1.2.6 • Published 2 years ago

module-mathjs v1.2.6

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

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

You will find Steps here to open my application

Update

Added Time converter Function.

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...

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago