1.0.0 • Published 10 months ago

easy-math-operations v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Easy Math Operations

do simple math operations

Install Easy Math Operations

npm i easy-math-operations

Add a number

const mathoperations = require('easy-math-operations');

mathoperations.addition(firstnumber, secondnumber);

Subtract a number

const mathoperations = require('easy-math-operations');

mathoperations.subtraction(firstnumber, secondnumber);

Multiply a number

const mathoperations = require('easy-math-operations');

mathoperations.multiplication(firstnumber, secondnumber);

Divide a number

const mathoperations = require('easy-math-operations');

mathoperations.division(firstnumber, secondnumber);
1.0.0

10 months ago