radhikapackage
v1.0.3
Published
no use
Readme
This is a simple Node.js math module that provides basic arithmetic functions—sum, multiply, and divide. To use it, require the module with const { math } = require('./index'), then call functions like math.sum(a, b), math.multiply(a, b), or math.divide(a, b) to perform calculations. Ideal for small projects needing reusable math utilities.
