1.0.2 • Published 5 years ago

arithmetic-operations v1.0.2

Weekly downloads
6
License
ISC
Repository
github
Last release
5 years ago

arithmetic-operations

A simple module to do some arithmetic operations. This npm packages developed while learning about the npm packages.

Installation

    npm install arithmetic-operations

Usage

const { addition , multiplication, leapYear } = require('arithmetic-operations');

const additionResponse = addition(100,20,67,90,34);

const multiplicationResponse = multiplication(100,20);

const leapYearResponse = leapYear(1996);

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.2

7 years ago

0.0.1

7 years ago