From: Bruce Momjian Date: Mon, 15 May 2000 01:41:18 +0000 (+0000) Subject: Fix atan3-> atan2. X-Git-Tag: REL7_0_2~94 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1bea3c3c46ec7ad79c2209cc5a06533f940edbff;p=users%2Fhanada%2Fpostgres.git Fix atan3-> atan2. --- diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 55e83fb4b8..3b50375e16 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -216,7 +216,7 @@ atan2(float8,float8) float8 arctangent - atan3(10.0,20.0) + atan2(10.0,20.0) cos(float8)