They switched from floats to rationals falling back to floats when the numerator or denominator gets large. And I don't see that Javascript deserves any particular praise or blame for that choice; it would be a perfectly reasonable way to implement a calculator in any language.
Comments
They switched from floats to rationals falling back to floats when the numerator or denominator gets large. And I don't see that Javascript deserves any particular praise or blame for that choice; it would be a perfectly reasonable way to implement a calculator in any language.