A fully functional console-based scientific calculator written in Python. It supports basic arithmetic, power, square root, factorial, logarithms, and trigonometric functions (in degrees).
A simple Scientific Calculator built with Python.
This calculator runs in the console/terminal and supports both basic arithmetic and scientific functions like trigonometry, logarithms, and factorials.
- โ Addition, Subtraction, Multiplication, Division
- โ Power (x^y)
- โ Square Root (โ)
- โ Factorial (!)
- โ Logarithm (base 10) & Natural Log (ln)
- โ
Trigonometric functions:
sin,cos,tan(in degrees) - โ Error handling (e.g., division by zero)
- โ User-friendly interface with welcome and thank-you messages