From 5f766f977bc4167e7209d047cb39b2ecfcb16da0 Mon Sep 17 00:00:00 2001 From: Slawomir Pucia Date: Tue, 29 Jan 2002 22:07:49 +0000 Subject: [PATCH] little cleanup git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69012 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/math.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/functions/math.xml b/functions/math.xml index f959eb890a..56afce3a6c 100644 --- a/functions/math.xml +++ b/functions/math.xml @@ -1,5 +1,5 @@ - + Mathematical Functions Math @@ -1152,9 +1152,8 @@ $randval = mt_rand(); Returns the decimal equivalent of the octal number - represented by the octal_string argument. - OctDec converts an octal string to a decimal number. The largest - number that can be converted is 17777777777 or 2147483647 in + represented by the octal_string argument. + The largest number that can be converted is 17777777777 or 2147483647 in decimal. @@ -1222,7 +1221,7 @@ echo M_PI; // 3.1415926535898 Some examples of <function>pow</function> - +