Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 827 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 827 Bytes

Calculator

A Calculator built for practical implimentation of learning.
This Calculator supports basic functionality like addition, subtraction, multiplication, division and exponentiation. Also suppots operations on floating point values.
ScreenShot1

Backspace and clear screen also working.

Basic working:

Type in the expression. Use onscreen keyboard.

ScreenShot2

And press =.

ScreenShot3

You are welcome to improve or learn from this.