Multi-Functional Calculator using HTML, CSS, and JAVASCRIPT. It includes all the required functions.
It includes various additional functions apart from operators (+-%*/).
Include important functions like exp(), ceil(), floor(), log(), ln(), abs(), sin(), cos(), tan(), dec(), per(), x^2, x^3 and even include the temperature converter Celsius to Kelvin, Fahrenheit to Celsius, Celsius to Fahrenheit You can see the date and time set according to ISD at the bottom of the calculator.⌚
- HTML
- CSS (for style of Calc)
- Javascript(for logic and working of Calc)
- Download the entire code.
- Open index.html
Visit Instruction.md
Click Calculator
- fork this repo.
- create a new PR by creating a new branch.
- If your PR is accepted, it will be merged🎉
- The logic is very simple with the minimum lines of code possible. ✨