javascript-calculator icon indicating copy to clipboard operation
javascript-calculator copied to clipboard

Floating-point Precision errors

Open amolgorithm opened this issue 1 year ago • 0 comments

There were often some errors in the precision of even simple floating-point results. For example, the application evaluated (0.2)^2 as 0.04000...01, when the application could instead simply keep it as 0.04 .

issue2

amolgorithm avatar Nov 27 '23 02:11 amolgorithm