ID: 33576
User updated by: rick at ninjafoo dot com
Reported By: rick at ninjafoo dot com
Status: Bogus
Bug Type: Math related
Operating System: *
PHP Version: *
New Comment:
Your right, this isnt a bug
(double)(19.6*100) !== (double)1960
ID: 33576
User updated by: rick at ninjafoo dot com
Reported By: rick at ninjafoo dot com
-Status: Bogus
+Status: Open
Bug Type: Math related
Operating System: Gentoo Linux
PHP Version: 4.3.11
New Comment:
Yes, I understand that. My bug
From: rick at ninjafoo dot com
Operating system: Gentoo Linux
PHP version: 4.3.11
PHP Bug Type: Math related
Bug description: 19.6*100 != 19.6*10*10
Description:
100* certain values is not the same as 10*10* the same
value.
The following code should produce