Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 12afe7b

Browse filesBrowse files
committed
Document atan2() as y/x, rather than x/y, to conform to general usage.
Andrew Maclean
1 parent 9b2afa9 commit 12afe7b
Copy full SHA for 12afe7b

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎doc/src/sgml/func.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/func.sgml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.394 2007/09/14 14:54:25 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.395 2007/09/14 15:53:48 momjian Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -948,10 +948,10 @@
948948
</row>
949949

950950
<row>
951-
<entry><literal><function>atan2</function>(<replaceable>x</replaceable>,
952-
<replaceable>y</replaceable>)</literal></entry>
951+
<entry><literal><function>atan2</function>(<replaceable>y</replaceable>,
952+
<replaceable>x</replaceable>)</literal></entry>
953953
<entry>inverse tangent of
954-
<literal><replaceable>x</replaceable>/<replaceable>y</replaceable></literal></entry>
954+
<literal><replaceable>y</replaceable>/<replaceable>x</replaceable></literal></entry>
955955
</row>
956956

957957
<row>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.