Skip to content

A scientific calculator implemented with NumPy that performs basic and advanced mathematical operations, including addition, subtraction, multiplication, division, sine, cosine, tangent, logarithm, and square root. Features a user-friendly interface for easy input and calculations.

Notifications You must be signed in to change notification settings

Prekshabarjatya/scientific-calculator-using-numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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).

About

A scientific calculator implemented with NumPy that performs basic and advanced mathematical operations, including addition, subtraction, multiplication, division, sine, cosine, tangent, logarithm, and square root. Features a user-friendly interface for easy input and calculations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages