1.0.2 • Published 5 months ago

alex-lepin-math-calculator v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

Simple math calculator

The calculator accepts two numbers and an operator

Example:

const {calculator} = require("alex-lepin-math-calculator");

calculator(firstNumber: number, secondNumber: number, operator: string);

Math functions:

  • plus
  • minus
  • mult
  • divide
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago