A pure JavaScript based Calculator using HTML and CSS for content and design respectively and using Web API's for other functionalities
- Any Number can be given as input(As large as possible)
- With the DEL button,clear as many digits from the back as possible.
- With the AC button,all clear the tab
- Division,Multiplication,Addition,Subtraction these four operations are provided
- Operations can be done on both Integer and Floating point Numbers