Factor.js and Rational.js
26 Nov 2012 8:00
Non-integer number handling in JavaScript is...somewhat fuzzy. And not in the cute critter kind of way. Some implementations of JS use a variation on IEEE-754; the standard seems to be that a minimum of 64 bits are used to represent the number.
Read More...