From ffe924ac93c974c7ae90c76e1802dbcb67138e98 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 2 Jun 2002 01:17:15 +0000 Subject: [PATCH] Clarify the description, include an example, and See also: deg2rad(). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@84361 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/sin.xml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) 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.