- Python
- Addition
- Subtraction
- Multiplication
- Division
- Integer_division
- Modulo
- Power
- Logarithm
- Sigmoid
- Random Number
-
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.
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.
- Exponential
- Factorial
- Differentiation
- Integration
- Trignometric Functions like sinx,cosx,....
- Statistic Functions like Mean, Mode, Median,...