1 lined calculator.
If you enter 2+3*4, you will get the result 14!
Features
- a,b,c,x,y,z Variables
- Sin,cos,tan functions
- Arrow keys
Examples
- 2+3*4[Enter]
- a=1.2[Enter]
- b=a*0.9[Enter]
- 4%3[Enter] // % symbol returns reminder
- Sin(2*π)[Enter]