News Feed
Jobs Feed
Sections




News Archive
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


blog comments powered by Disqus

Similar Posts

Rasmus Lerdorf's Blog: Writing an OAuth Provider Service

Chris Jones: Quick Debugging of PHP Scripts in Emacs with Geben and Xdebug

Sanisoft Blog: Theming your CakePHP apps (V1.2)

Bhaskar Karambelkar\'s Blog: Prototyping LAMP with WAMP

Bill's IIS Blog: PHP on IIS7 w/FastCGI


Community Events











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


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

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