2.1.3 • Published 4 years ago

olams v2.1.3

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

Library with basic arithmetic functions

To get started use:

npm install olams

Basic Usage

To import into your project after installation

const olams = require('olams')

use the add function

const addNum = olams.add(1,2)

use the power function

const expNum = olams.pow(1,2)

use the subtraction function

const subNum = olams.sub(1, 2)

use the divide function

const divNum = olams.divide(1, 2)

use the multiply function

const multNum = olams.mult(1, 2)

use the modulus function

const modNum = olams.mod(1, 2)

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

1.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago