This is a simple scientific calculator built with HTML, CSS, and JavaScript.
It allows users to perform basic and advanced mathematical operations with a user-friendly interface.
- Basic operations: addition, subtraction, multiplication, division
- Scientific functions:
- Square root (√)
- Power (xʸ)
- Trigonometric functions: sin, cos, tan (in degrees)
- Delete (DEL) and Clear All (AC) buttons
- Clickable button interface (no keyboard needed)
Just click the buttons to enter your expression, and press = to see the result.