php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11192 Calculate issue
Submitted: 2001-05-30 07:48 UTC Modified: 2001-05-30 10:52 UTC
From: ading at copeland-corp dot com Assigned:
Status: Not a bug Package: Performance problem
PHP Version: 4.0.4pl1 OS: nt server 4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ading at copeland-corp dot com
New email:
PHP Version: OS:

 

 [2001-05-30 07:48 UTC] ading at copeland-corp dot com
<?
  $b = 0;
  $o = 0.1;
  $k = 1000;
  for($i=0;$i<$k;$i++)
    $b += $o;
    
  echo $b."|". $o * $k;
?>

the result will be '99.999999999999|100', it isn't correct!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-30 10:52 UTC] sniper@php.net
not a bug. check bug report #8164

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 23 06:01:35 2024 UTC