here is my calculator I created using JQuery… pls review it. Thanks
Style is good and responsive.
However, some calculations don’t work:
.1 + .3 = 3.10
000.02*666/2 = ??
After I hit equals I have to press C to start again.
I cannot just remove one number pressing C. The whole expression is deleted.
I can start with an expression with an operator eg /93-3
.
Apart from that, it’s great
1 Like
Actually I tried to prevent overuse of decimal point but thanks for pointing out I’ll try fix it and the other bug related to extra zeroes. Thanks.
1 Like
I like the look, nice style!