Document atan2() as y/x, rather than x/y, to conform to general usage.
authorBruce Momjian
Fri, 14 Sep 2007 15:53:48 +0000 (15:53 +0000)
committerBruce Momjian
Fri, 14 Sep 2007 15:53:48 +0000 (15:53 +0000)
Andrew Maclean

doc/src/sgml/func.sgml

index 5eee5b1156ee8eb6896e55c9358115c75222e60e..393c1e317661adae2149ab6de63c397d5db6104b 100644 (file)
@@ -1,4 +1,4 @@
-
+
 
  
   Functions and Operators
       
 
       
-       atan2(x,
-        y)
+       atan2(y,
+        x)
        inverse tangent of
-        x/y
+        y/x