ID:               30729
 Updated by:       [EMAIL PROTECTED]
 Reported By:      fansyah at yahoo dot com
 Status:           Open
 Bug Type:         Math related
-Operating System: windows 2003 enterprise server
+Operating System: win32 only
 PHP Version:      4.3.9
 New Comment:

Works fine within Linux...



Previous Comments:
------------------------------------------------------------------------

[2004-11-09 07:03:48] fansyah at yahoo dot com

Description:
------------
i have fraction 2.135 or 2.155 or 2.175 or 2.195 with around() function
like this example:
around(2.135,2) with result 2.13 it should be 2.14

Reproduce code:
---------------
$b=2.135;
echo round($b,2);

Expected result:
----------------
2.14

Actual result:
--------------
2.13


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=30729&edit=1

Reply via email to