This project is a scientific calculator implemented using Python and the NumPy library. It supports various scientific and mathematical functions such as basic arithmetic, trigonometric functions, logarithms, and more.
- Addition, subtraction, multiplication, and division
- Trigonometric functions: sin, cos, tan
- Logarithmic and exponential operations
- Error handling for invalid inputs
- Run the calculator by executing
python calculator.py
after installing the required dependencies (NumPy).