Skip to content

To help in performing most of the basic math calculations and use some math formulae.

License

Notifications You must be signed in to change notification settings

arnalph/Math-Box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Math-Box

Description

To help in performing most of the basic math calculations and use some math formulae.

Version

Version: 0.0.1

Functions

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.

Usage

  1. Area:
Area(side a, side b, side c); //Heron's Formula
Area(l,b); //Area of rectangle
Area(radius); //Area of Circle
  1. Interest:
SimpleI(p,r,t); //Simple Interest
CompoundI(p,r,t); //Compound Interest

About

To help in performing most of the basic math calculations and use some math formulae.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages