my-math-utilsn
v1.0.0
Published
A simple package with basic math functions.
Downloads
14
Readme
Math Utils
A simple package with basic math functions.
Installation
npm install math-utils
const mathUtils = require('math-utils');
console.log(mathUtils.add(2, 3));
console.log(mathUtils.subtract(5, 3));