math-formula
v1.0.6
Published
A basic mathematical formula libaray
Downloads
3
Readme
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.