0.0.10 • Published 3 years ago

universal-calci-pro v0.0.10

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

universal-calci-pro

A big number multiplier with any values , takes two input and must be string.

Shubham Aswal

Installation

npm install --save universal-calci-pro

Usage:

`// @ts-ignore`  `for typescript`
import { multiplier } from "universal-calci-pro";


let value1 = num1  `should be string format`
let value2 = num2  `should be string format`
const multipliedValue = multiplier(value1,value2)

console.log("multipliedValue",multipliedValue)

Upcoming Features

1. Big Number Division
0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago