1.0.6 • Published 6 years ago

math-formula v1.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

A basic mathematical formula libaray.

Documentation

Browser support

Chrome, Safari, Firefox, Opera, IE9+

Installation

npm install math-formula
or
yarn add math-formula

Usage

import formula from "math-formula";

let length = formula.rectangle(2,3,'P');  //P means perimeter of rectangle, A means area of rectangle.

Contributing

We're looking for co-maintainers! If you want to become a master of time

License

math-formula is freely distributable under the terms of the MIT license.