math-project

1.1.0 • Public • Published

Math Functions

Module to realize msimple math operations

Instalation

Follow this instructions

npm install math-project

Use

Follow this instructions

//Import module
const mod = require('.');

//Sum
console.log(mod.sum(2,6)); => 8

//Rest
console.log(mod.rest(2,6)); => -4

//Multiplication
console.log(mod.multiplication(2,6)); => 12

//Division
console.log(mod.division(2,6)); => 0.3333

Readme

Keywords

Package Sidebar

Install

npm i math-project

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

3.65 kB

Total Files

5

Last publish

Collaborators

  • vincemis