easy-math-operations

1.0.0 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i easy-math-operations

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

1.69 kB

Total Files

3

Last publish

Collaborators

  • kaxyum