thinkthroughmath / ttm-coffeescript-math

Coffeescript math library used in Think Through Math
MIT License
1 stars 0 forks source link

replace 'precise' lib with something better #1

Open joelmccracken opened 10 years ago

joelmccracken commented 10 years ago

Months ago I searched high and low for a good precise floating point math library in JavaScript, and I didn't find anything.

Since then, I have found a few:

https://github.com/dtrebbien/BigDecimal.js https://github.com/MikeMcl/big.js

joelmccracken commented 10 years ago

http://blog.smartbear.com/testing/four-serious-math-libraries-for-javascript/