mymathify
v1.3.1
Published
library to perform basic math operations
Downloads
10
Readme
About the package
This is a simple to use math package that allows you to perform basic math operations in your application with just a single line.
Installation
npm install mymathifyHow to use
const math = require("mymathify");
const result = math.add(10, 5);