Calculation done:

Clear
Clear All
*
0
1
/
2
3
+
4
5
-
6
7
.
8
9
Calculate

This is my first calculator written in JavaScript. Fully independent item, not based on any internet examples. It works fine now, but there's still some probability of errors hard to reproduce.

Design is non sequential; that means user should write all his calculations, and later click [ Calculate ] button. Input after sanitation is shown on top strip as a "Calculation done:", and result on a main field. If there's not enough data in input, error info is displayed on top strip.

Info

ToDo