@zenmay26/zen_add_mult
v1.0.1
Published
Scoped package for add and mult belongs to organization zenmay26!
Readme
@zenmay26/zen_add_mult
Calculator with add and mult functionality
Installation
npm install @zenmay26/zen_add_mult
Module provides Calculator class with add and mult functionalities.
API
add(no1,no2) no1 and no2 - pass 2 numbers and return addition of them
mult(no1,no2) no1 and no2 - pass 2 numbers and return multiplication of them
