1.0.3 • Published 3 years ago

basic-maths-calculator v1.0.3

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

What is this?

calculate basic maths algebra.

Installation

npm i basic-maths-calculator --save

Operations

const calculator = require('basic-calculator')

calculator.calculate(1,2,options = {
    "operation":"add"
})

options

  • add :-to add two number
  • difference :-to substract two number
  • product :- tp multiply two numbers
  • divide :-to divide two numbers where 2nd number must not be 0
  • remainder :-to find remainder of 1st with respect to second where 2nd number must not be 0
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago