projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d64aa21
)
Fix atan3-> atan2.
author
Bruce Momjian
Mon, 15 May 2000 01:41:18 +0000
(
01:41
+0000)
committer
Bruce Momjian
Mon, 15 May 2000 01:41:18 +0000
(
01:41
+0000)
doc/src/sgml/func.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index 55e83fb4b86b3e4503a5e1b93abc7e105911c470..3b50375e160facc58677fb6956e29511a0830a2e 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-216,7
+216,7
@@
atan2(float8,float8)
float8
arctangent
-
atan
3
(10.0,20.0)
+
atan
2
(10.0,20.0)
cos(float8)