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.