1.0.3 • Published 3 months ago

arthmetic-operations v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Arithmetic Operations

This is a simple npm package to perform basic arithmetic operations.

Installation

You can install this package via npm:

 npm install arithmetic-operations

Usage

const { add, subtract, multiply, divide } = require('arithmetic-operations');

console.log(add(5, 3));       // Output: 8
console.log(subtract(5, 3));  // Output: 2
console.log(multiply(5, 3));   // Output: 15
console.log(divide(6, 3));     // Output: 2

License

This project is licensed under the MIT License.

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.0

3 months ago