|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-26 10:43 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 15:00:02 2025 UTC |
I have a problem summing values. The very simple script <? echo "Total = " . (10.00 - 10.01); ?> produces: Total = -0.0099999999999998 I expected the following result: Total = -0,01 What's happening??