>
> Please, ignore the fact that print(7.2) worked: it also crashed.
>
 
But, I found out something really bizarre:
The following works:
print(2.2*1.1) ;
print(3.6656715675215657);
print(3.9999999999);
 
But the following crashes:
print(4.67412231);
print(2.0005 * 2);
print(4.000000001);
 
It seems there is a problem with all non discrete numbers above 4 ???
I can't figure out what could be the cause of this ?

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to