diff --git a/reference/math/functions/sin.xml b/reference/math/functions/sin.xml index 65712f9b4e..ed6de0918f 100644 --- a/reference/math/functions/sin.xml +++ b/reference/math/functions/sin.xml @@ -1,5 +1,5 @@ - + @@ -13,10 +13,27 @@ floatarg - Returns the sine of arg in radians. + sin returns the sine of the arg + parameter. The arg parameter is in radians. - See also cos and tan. + + + +]]> + + + + + See also cos, tan + and deg2rad.