]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix atan3-> atan2.
authorBruce Momjian <bruce@momjian.us>
Mon, 15 May 2000 01:41:18 +0000 (01:41 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 15 May 2000 01:41:18 +0000 (01:41 +0000)
doc/src/sgml/func.sgml

index 55e83fb4b86b3e4503a5e1b93abc7e105911c470..3b50375e160facc58677fb6956e29511a0830a2e 100644 (file)
        <entry>atan2(float8,float8)</entry>
        <entry>float8</entry>
        <entry>arctangent</entry>
-       <entry>atan3(10.0,20.0)</entry>
+       <entry>atan2(10.0,20.0)</entry>
        </row>
        <row>
        <entry>cos(float8)</entry>