1.2.6 • Published 11 months ago

mathtsv v1.2.6

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months 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

11 months ago

1.0.0

12 months ago