Commit 6a5733a1 authored by Bruce Momjian's avatar Bruce Momjian

Fix atan() description.

Bruno Wolff III
parent 87e76d0d
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.120 2002/09/02 05:53:23 momjian Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.121 2002/09/11 02:56:46 momjian Exp $
PostgreSQL documentation PostgreSQL documentation
--> -->
...@@ -743,7 +743,7 @@ PostgreSQL documentation ...@@ -743,7 +743,7 @@ PostgreSQL documentation
<entry><function>atan2</function>(<replaceable>x</replaceable>, <entry><function>atan2</function>(<replaceable>x</replaceable>,
<replaceable>y</replaceable>)</entry> <replaceable>y</replaceable>)</entry>
<entry>inverse tangent of <entry>inverse tangent of
<replaceable>a</replaceable>/<replaceable>x</replaceable></entry> <replaceable>x</replaceable>/<replaceable>y</replaceable></entry>
</row> </row>
<row> <row>
......
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