Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit12afe7b

Browse files
committed
Document atan2() as y/x, rather than x/y, to conform to general usage.
Andrew Maclean
1 parent9b2afa9 commit12afe7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/func.sgml

Lines 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/1414:54:25 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.395 2007/09/1415: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)

[8]ページ先頭

©2009-2025 Movatter.jp