ben-ng / add

A cross-browser, numerically stable algorithm that adds floats accurately in Javascript
https://www.npmjs.org/package/add
45 stars 13 forks source link

subtract? #6

Closed matthewmueller closed 9 years ago

matthewmueller commented 9 years ago

not too familiar with the floating point precision gotchas, does subtract run into this problem as well?

ben-ng commented 9 years ago

yes, subtraction is adding a negative number

matthewmueller commented 9 years ago

ah right, okay thanks