From d462a140849c3be7a51663f614f2a44bbbe44738 Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Sun, 1 Apr 2007 08:17:53 +0000 Subject: [PATCH] fixed typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@233059 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/atan2.xml | 4 ++-- reference/math/functions/hypot.xml | 4 ++-- reference/math/functions/is-finite.xml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/reference/math/functions/atan2.xml b/reference/math/functions/atan2.xml index b4d0b187a7..f529aa2cb0 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 arg tangent of x/y + The arc tangent of x/y in radians. diff --git a/reference/math/functions/hypot.xml b/reference/math/functions/hypot.xml index a3c6cd7edb..ca0cc125b3 100644 --- a/reference/math/functions/hypot.xml +++ b/reference/math/functions/hypot.xml @@ -1,5 +1,5 @@ - + hypot @@ -48,7 +48,7 @@ &reftitle.returnvalues; - Calculated length of the hyptenuse + Calculated length of the hypotenuse diff --git a/reference/math/functions/is-finite.xml b/reference/math/functions/is-finite.xml index 014b632cec..f890f78637 100644 --- a/reference/math/functions/is-finite.xml +++ b/reference/math/functions/is-finite.xml @@ -1,5 +1,5 @@ - + is_finite @@ -12,7 +12,7 @@ floatval - Checks whether val is a lecal finite + Checks whether val is a legal finite on this platform.