Simple Functions for math. EXTENDS Math Object
npm install module-mathjs
You will find Steps here to open my application
Update
Added Time converter Function.
`js
var {__converter} = require('module-mathjs')
__converter('Seconds', 'Minutes', 58);
// Dont forget to console.log()
return (58/60 minutes)
`
Function List
* abs();
* add();
* addInverse();
* cbrt();
* cube();
* divide();
* factorial();
* multiply();
* percent(whatof, ofwhat);
* power(); [pow()]
* sqrt();
* square();
* subtract();
* __table();
* __converter();
Converter()
Converter Function has 3 types.
Distance converter , Temprature converter & Money Converter
All work fine
Package
This is a update of package named `Module Mathjs`
And i did add some new Shapes in area function..
Update2
I added CLI App (which is full build v1.0`) for this Package