Commit 1bea3c3c authored by Bruce Momjian's avatar Bruce Momjian

Fix atan3-> atan2.

parent d64aa215
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
<entry>atan2(float8,float8)</entry> <entry>atan2(float8,float8)</entry>
<entry>float8</entry> <entry>float8</entry>
<entry>arctangent</entry> <entry>arctangent</entry>
<entry>atan3(10.0,20.0)</entry> <entry>atan2(10.0,20.0)</entry>
</row> </row>
<row> <row>
<entry>cos(float8)</entry> <entry>cos(float8)</entry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment