News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

DevShed: Comparing Files and Databases with PHP Benchmarking Applications

Job Posting: Emma Seeks PHP & Javascript Developer (Nashville, TN)

Chronosight Blog: Inline AJAX Calendar using PHP

DevShed: Database and Password Security for Web Applications

Rob Allen's Blog: Zend Framework Tutorial for ZF v0.8


Community Events







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


mysql security book zendframework zend release code PEAR conference developer job database example releases package application ajax framework cakephp PHP5

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