<!-- Start -->
# Module
Module-Mathjs is A New Package Containing Basic And some Advance Mathematical operations.
Not good but Average Package of Math.

# Github
check out my github repository.
[github.com/sayyedmohammed1312](https://github.com/SayyedMohammed1312/Math-Terminal)

``You will find Steps here to open my application``

<!-- Update -->

# Update
Added Time converter Function.
```js
var {__converter} = require('module-mathjs') 
__converter('Seconds', 'Minutes', 58);
// Dont forget to console.log()
return (58/60 minutes) <!-- 0.96 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
Open test.bat file in test folder.
You will get steps to do login in my app
Enjoy...