Skip to content

JigarJoshi04/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator 📱

Tech Stack used

  • Python

Current Functionalities

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Integer_division
  • Modulo
  • Power
  • Logarithm
  • Sigmoid
  • Random Number
  • Mean
  • Range
  • Median
  • Mode
  • HCF
  • Factorial
  • Exponential
  • Basic Trignometric Functions(sin,cos,tan)

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:

  • LCM
  • Integration
  • Base Conversion(Binary,Decimal,Hex,Octal)

🚩 Contributions are always welcomed !!

Our Amazing Contributors 👨‍💻👩‍💻

Made with contributors-img.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 14

Languages