3.0.5 • Published 2 years ago

ssm-js v3.0.5

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

ssm-js - Super Simple Math JS


Installation:

npm i ssm-js

#or

yarn add ssm-js

Usage examples

Plus

const supermathjs = require("ssm-js");
let myPlus = supermathjs.plus(6); // return 12

Minus

const supermathjs = require("ssm-js");
let myPlus = supermathjs.minus(6); // return 0

Multiply

const supermathjs = require("ssm-js");
let myPlus = supermathjs.multiply(36); // return 4

Divide

const supermathjs = require("ssm-js");
let myPlus = supermathjs.divide(6); // return 1

Second

const supermathjs = require("ssm-js");
let myPlus = supermathjs.degreeSc(6); // return 36

Third

const supermathjs = require("ssm-js");
let myPlus = supermathjs.degreeTh(6); // return 216

Evevn or odd number

const supermathjs = require("ssm-js");
let evenOrOdd = supermathjs.evenOdd(8); // return Even Number
3.0.5

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago