/Calculator

Primary LanguagePythonMIT LicenseMIT

Calculator 📱

Tech Stack used

  • Python

Current Functionalities

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Integer_division
  • Modulo
  • Power
  • Logarithm
  • Sigmoid
  • Random Number

Info of files

  • main.py This is the heart of the project. It inherits the functionalities from operations file and performs operation on the two numbers entered by the user.

  • operations.py In this file we define the functions to perform operations as per requirement.

Guidelines to start Contribution 💻

  • fork the repository.
  • Define a new function in the operations.py file
  • Import the newly defined function in main.py and implement it under elif condition.

Functionalities that you can add:

  • Exponential
  • Factorial
  • Differentiation
  • Integration
  • Trignometric Functions like sinx,cosx,....
  • Statistic Functions like Mean, Mode, Median,...

🚩 Contributions are always welcomed !!