View On GitHub
ZIP
TAR
DOWNLOADS
Pmaths
A project to apply programming in maths.
Project maintained by
Pi-Developers
Hosted on GitHub Pages — Theme by
mattgraham
Goal :
To provide a user friendly tool that can do some simple and complex maths.
To make more people know maths and love it.
help developers to think in mathematical way by providing the code.
Features :
Check primability of a number.
Check the divisiblity of a number by other one.
Check the existence of golden ratio.
Check odd or even.
Compute Pi till first 10 million digit
Compute Fibonnaci series
Text to Binary/Hex encoder
Decimal to Octal encoder
Decoder (binary/hex to string)
Pascal's triangle generator
Downloads :
.py file :
http://d-h.st/0bXf
.exe file : SOON
How to run :
Linux/Unix :
In terminal type > python PMaths.py
MS Windows :
Open a cmd in folder containing the file
Type > python PMaths.py