#33576 [Bgs]: 19.6*100 != 19.6*10*10

2005-07-06 Thread rick at ninjafoo dot com
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

#33576 [Bgs->Opn]: 19.6*100 != 19.6*10*10

2005-07-05 Thread rick at ninjafoo dot com
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

#33576 [NEW]: 19.6*100 != 19.6*10*10

2005-07-05 Thread rick at ninjafoo dot com
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