zxcodes/Calculator

Floating Point Precision Problem

ZigaoWang opened this issue · 5 comments

There is the common problem of math in JS environment: the floating point precision problem.
Example: 0.1+0.2=0.30000000000000004
As a calculator web app, I think this problem is very serious and need to be fixed ASAP.
Thank you!

My name is Islom

I am from Uzbekistan

I from China, what's up?

This issue is fixed in this pull request: #36