plain-math.js

1.0.0 • Public • Published

Simple Math!

Installation

you can install it by typing npm i plain-math.js

Guide

You can use it like this

const calc = include('plain-math.js');

let result = calc.add(2, 3);

console.log(result);

All methods

Add

calc.add(x, y);

Subtract

calc.sub(x, y); 

Divade

calc.div(x, y);

Multiply

calc.multi(x, y) 

Cosinus

calc.cos(x); 

Tanget

calc.tan(x); 

Absolute

calc.abs(x);

Readme

Keywords

Package Sidebar

Install

npm i plain-math.js

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.51 kB

Total Files

3

Last publish

Collaborators

  • smarsh1