1.0.4 • Published 3 months ago

beyla-calculator v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

BASIC CALCULATOR

   const calculate = require("beyla-calculator");
   const multiplication = (number) => {
      console.log(`${i} X ${number} = ${calculate.multiply(i,number)}`);

   }
   multiplication(3);

Installation

Installation is done using the npm install command:

$ npm install beyla-calculator

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division

License

MIT

1.0.4

3 months ago

1.0.3

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago