Sondren1288 / simple-maths

Simple math functions in (mostly) python
MIT License
11 stars 76 forks source link

Add math-functions to functions.py #4

Open Sondren1288 opened 5 years ago

Sondren1288 commented 5 years ago

Create functions that you feel fit in with the rest of the functions. As long as it is mathematical, and mostly with built-in python, there shouldn't really be any issues.

biswain2309 commented 5 years ago

I have added Pythagoras logic in PR #98. Please review.

dwil2444 commented 5 years ago

added python script to calculate fibonacci numbers #103

hamzah70 commented 5 years ago

Added python script to find whether input number is prime or not PR#128

serenevoid commented 4 years ago

Added python script to find the compound interest with the number of terms p.a. #139