1.0.5 • Published 2 years ago

@veena.goud/mathwizard v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

What is this

Math Wizard - Basic Operations

Installation

npm install @veena.goud/mathwizard --save Then

   mathwizard({
       num1: number,
       num2: number,
       type: 'sum'|'diff'|'prod'|'divide'|'modulus'
   });

options

Math wizard supports basic operations:

  • num1: number,
  • num2: number,
  • type: 'sum'|'diff'|'prod'|'divide'|'modulus' default is 'sum'
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago