1.0.5 • Published 2 years ago

math-dumb v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

math-dumb

This is a simple math nodejs package/module

installation

Using npm:

$ npm install math-dumb

or using yarn:

$ yarn add math-dumb

usage

const { addition } = require("math-dumb")
console.log(addition(5, 4)) // -> 9

const { multiplication } = require("math-dumb")
console.log(multiplication(5, 4)) // -> 20

const { substraction } = require("math-dumb")
console.log(substraction(5, 4)) // -> 1

const { division } = require("math-dumb")
console.log(division(5, 4)) // -> 1.25
1.0.5

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago