Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 566 Bytes

File metadata and controls

11 lines (9 loc) · 566 Bytes

scientific-calculator-using-numpy

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.

Features:

  • Addition, subtraction, multiplication, and division
  • Trigonometric functions: sin, cos, tan
  • Logarithmic and exponential operations
  • Error handling for invalid inputs

How to Use:

  • Run the calculator by executing python calculator.py after installing the required dependencies (NumPy).