Calculator Application is a simple scientific calculator built using Python's tkinter library. It provides various mathematical functions and operations, including basic arithmetic, trigonometric functions, exponential functions, logarithmic functions, and more.
- Basic Arithmetic Operations: Addition, subtraction, multiplication, and division.
- Trigonometric Functions: Calculate sine, cosine, and tangent of angles.
- Exponential Functions: Compute square roots, cube roots, powers of numbers, and more.
- Logarithmic Functions: Calculate natural logarithm, base 10 logarithm, and factorial of a number.
- Constants: Includes commonly used constants like π and Euler's number (e).
- Error Handling: Displays appropriate error messages for invalid inputs and operations.
- Clone the repository:
git clone https://github.com/skmirajulislam/Calculator-Application.git