From 16f3eb7d57d7a02ad02921de63b17c88981727e4 Mon Sep 17 00:00:00 2001 From: Richard Quadling Date: Mon, 4 Jun 2007 09:49:46 +0000 Subject: [PATCH] Bug #41560 - return results corrected to be y/x and not x/y. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236953 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/atan2.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/math/functions/atan2.xml b/reference/math/functions/atan2.xml index f529aa2cb0..ecb68cc9f6 100644 --- a/reference/math/functions/atan2.xml +++ b/reference/math/functions/atan2.xml @@ -1,5 +1,5 @@ - + atan2 @@ -51,7 +51,7 @@ &reftitle.returnvalues; - The arc tangent of x/y + The arc tangent of y/x in radians.