To help in performing most of the basic math calculations and use some math formulae.
Version: 0.0.1
The available in Math-box in version 0.0.1 is:
- Heron's Formula for area of triangle.
- Area of Circle.
- Simple & Compound Interest.
- Area of a rectangle.
- Area:
Area(side a, side b, side c); //Heron's Formula
Area(l,b); //Area of rectangle
Area(radius); //Area of Circle
- Interest:
SimpleI(p,r,t); //Simple Interest
CompoundI(p,r,t); //Compound Interest