Fix atan3-> atan2.
authorBruce Momjian
Mon, 15 May 2000 01:41:18 +0000 (01:41 +0000)
committerBruce Momjian
Mon, 15 May 2000 01:41:18 +0000 (01:41 +0000)
doc/src/sgml/func.sgml

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