A project to perform mathematical calculations like generating Pi or applying golden ratio.
Translation of PMaths Project to C language
current version : 1.0
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.
- Compute Fibonnaci series.
- Solve quadratic equations in R.
- Calculate logarithms (Natural, Base 10, Base n)
To-Do List :
- Add GUI Version
- Add Pascal triangle
- Even more...
Changelog :
V0.1
- Alpha Stage
V1.0
- Initial release
Downloads & more:
SOON