For the JavaScript Calculator challenge, how do you guys correct for floating point errors?
If you just round, wouldn’t you need to round down by a different amount of decimal places depending on the calculation being done?
How do people normally fix this?