rquadling Mon Jun 4 09:49:46 2007 UTC
Modified files:
/phpdoc/en/reference/math/functions atan2.xml
Log:
Bug #41560 - return results corrected to be y/x and not x/y.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/math/functions/atan2.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/math/functions/atan2.xml
diff -u phpdoc/en/reference/math/functions/atan2.xml:1.7
phpdoc/en/reference/math/functions/atan2.xml:1.8
--- phpdoc/en/reference/math/functions/atan2.xml:1.7 Sun Apr 1 08:17:53 2007
+++ phpdoc/en/reference/math/functions/atan2.xml Mon Jun 4 09:49:46 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="function.atan2">
<refnamediv>
<refname>atan2</refname>
@@ -51,7 +51,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- The arc tangent of <parameter>x</parameter>/<parameter>y</parameter>
+ The arc tangent of <parameter>y</parameter>/<parameter>x</parameter>
in radians.
</para>
</refsect1>