show/hide this revision's text 5 edited body

Duplicate:

Is JavaScript’s math broken?


I have some jQuery code that simply subtracts a number from another, but the result is slightly off (315.96000000000003 is the value of the test variable after executing the subraction, not 315.96). Anyone know what's causing this?

        var test = 1315.96;
        test -= 1000.00;
    Post Closed as "exact duplicate" by Mihai Limbasan, greyfade, Shog9, Jason S, Welbog

show/hide this revision's text 4 formatting

Exact duplicate of:

Duplicate

Is JavaScript’s math broken?


I have some jQuery code that simply subtracts a number from another, but the result is slightly off (315.96000000000003 is the value of the test variable after executing the subraction, not 315.96). Anyone know what's causing this?

        var test = 1315.96;
        test -= 1000.00;
show/hide this revision's text 3
show/hide this revision's text 2 edited tags
show/hide this revision's text 1