jimw            Sat Dec  8 14:33:17 2001 EDT

  Modified files:              
    /phpdoc/en/functions        math.xml 
  Log:
  floor: duh, it does round down, not truncate. stupid negative numbers. :)
  
Index: phpdoc/en/functions/math.xml
diff -u phpdoc/en/functions/math.xml:1.60 phpdoc/en/functions/math.xml:1.61
--- phpdoc/en/functions/math.xml:1.60   Sat Dec  8 14:32:00 2001
+++ phpdoc/en/functions/math.xml        Sat Dec  8 14:33:17 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.60 $ -->
+<!-- $Revision: 1.61 $ -->
  <reference id="ref.math">
   <title>Mathematical Functions</title>
   <titleabbrev>Math</titleabbrev>
@@ -599,7 +599,7 @@
      </funcprototype>
     </funcsynopsis>
     <simpara>
-     Returns the next lowest integer value by truncating
+     Returns the next lowest integer value by rounding down
      <parameter>value</parameter> if neccessary. 
      The return value of <function>floor</function> is still of type
      <type>float</type> because the value range of <type>float</type> is 


Reply via email to