Simple-JavaScript-Calculator
Simple-JavaScript-Calculator copied to clipboard
Simple JavaScript Calculator by Harsh Trivedi
10(2)= 20 ------>Needed 10(2)=PLEASE INPUT VALID EXPRESSION
Entire calculation has to be cleared while clicking CE button which is not happening
There is floating point number precision issue in this calculator which is a problem from the JS. For example: 0.1+0.2=0.30000000000000004 You can round it to 0.3 You can check out...
History
Hello, I just saw right now that the history doesn't work. I make a bunch of calculations and the history doesn't log.
when i tried to remove the last entry by using the CE button it isn't possible,instead it is showing the text CE on the label.By the way thank you for...