You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Python-based **Scientific Calculator** application. The calculator is interactive and allows users to perform a wide range of mathematical operations, including:
- **Basic Arithmetic**: Addition, Subtraction, Multiplication, and Division.
- **Trigonometric Functions**: Sine, Cosine, and Tangent (inputs in degrees).
- **Advanced Operations**: Square Root and Exponentiation.
## Features
- Intuitive command-line interface.
- Error handling for invalid inputs and operations like division by zero or square root of negative numbers.
- Continuous operation until the user opts to quit.