-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
var x = 120.125;
var y = 120.120;
document.write(Math.sub(x,y).toFixed(20));
doesn't work in Safari or Chrome. Gives the result:
0.00500000000000000010 (incorrect)
IE gives the result:
0.00500000000000000000 (correct)
The script doesn't work at all in Firefox.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels