1.0.10 • Published 2 years ago

pickupbiz-calculator v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago
  1. to install package: ---> npm i pickupbiz-calculator

  2. Import package whre u want to use functions of calculator --->var app = require('pickupbiz-calculator')

  3. Pakage inclues major calculator functions like add,subtract,multiply,divide,modulus,percentage,table,sqrt

  4. to use a function: ex: add(a,b) give location of numbers in place of a,b

like this: const getSum = ()=>{ var sumResult = document.getElementById("add"); var b = app.add(document.getElementById("data1").value,document.getElementById("data2").value); sumResult.innerHTML=b; }

Now call this on click Add

Thanks..

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.10

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago