other environment tested : javascript

IE 5.01 Mac OS9
    (36 - 34.2) * 100    ->    179.9999999999997
    Math.floor((36 - 34.2) * 100)    ->    179

IE 6 Win XP
    (36 - 34.2) * 100    ->    179.99999999999971
    Math.floor((36 - 34.2) * 100)    ->    179

Firefox 1.0 Win XP
    (36 - 34.2) * 100    ->    179.99999999999972
    Math.floor((36 - 34.2) * 100)    ->    179

JB


>
> Yes, here's the results of all the environments I could find on my
> computers:
>

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to