mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Fix atan3-> atan2.
This commit is contained in:
parent
d64aa21570
commit
1bea3c3c46
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@
|
|||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue