1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Fix atan() description.

Bruno Wolff III
This commit is contained in:
Bruce Momjian 2002-09-11 02:56:46 +00:00
parent 87e76d0d4a
commit 6a5733a1ea

View File

@ -1,5 +1,5 @@
<!-- <!--
$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
<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>