News Feed
Jobs Feed
Sections




News Archive
feed this:

DeveloperTutorials.com:
Floating Point Comparisons In PHP and Javascript
January 08, 2008 @ 07:57:00

On the DeveloperTutorials website, there's a new tutorial posted that warns against the perils of floating point comparisons between PHP and Javascript.

The problem is if you've done any calculations to arrive at these numbers they might actually be stored as 71.00000000001. Now if one of them is stored that way and the other isn't and you compare the two to see if they are equal you'll get a FALSE as the response, even though they should be the same. This isn't a bug, it's how floating point comparisons are designed to work.

In order to help combat this, he's provided two functions - one in PHP and one in Javascript - that compare the numbers in a more "sane" way that someone using them to store, say, currency values might want to use to compare them.

0 comments voice your opinion now!
flaoting point number compare javascript tutorial flaoting point number compare javascript tutorial



Community Events











Don't see your event here?
Let us know!


phpunit composer interview example podcast introduction application functional opinion zendframework2 code api unittest series release framework testing development language community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework