1.0.2 • Published 4 years ago

addsubmul v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago