1.0.9 • Published 2 months ago

@karanh15/fmh-operations v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

operations

Package for performing arithmetic operations

Sample Code

test.js

import { evaluate, round } from '@karanh15/operations'

console.log(evaluate(1, 2, 'ADDITION', null ,'MY'))
console.log(evaluate(1, 2, 'ADDITION', 2))
console.log(round(2.343, null, 'MY'))
console.log(round(2.343, 2, 'MY'))
node --experimental-specifier-resolution=node test.js
1.0.9

2 months ago

1.0.8

2 months ago

1.0.7

2 months ago

1.0.6

8 months ago

1.0.5

11 months ago

1.0.2

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago