1.0.2 • Published 4 years ago
addsubmul v1.0.2
This is Add, Subtract and Multiply Module
There are total three operations you can perform here _ You can import it using : const obj = require("./index"); _
There are three operations you can perform here as follow :
- obj.add(a,b) : It will return the sum of numbers passed i.e. a,b
- obj.sub(a,b) : It will return the difference of numbers passed i.e. a,b
- obj.mul(a,b) : It will return the product of numbers passed i.e. a,b