From: Bruce Momjian Date: Fri, 14 Sep 2007 15:53:48 +0000 (+0000) Subject: Document atan2() as y/x, rather than x/y, to conform to general usage. X-Git-Tag: REL8_3_BETA1~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12afe7bc7640a60ce53f693db591f23eb6e1c639;p=postgresql Document atan2() as y/x, rather than x/y, to conform to general usage. Andrew Maclean --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5eee5b1156..393c1e3176 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -1,4 +1,4 @@ - + Functions and Operators @@ -948,10 +948,10 @@ - atan2(x, - y) + atan2(y, + x) inverse tangent of - x/y + y/x