0.0.10 • Published 9 months ago

universal-calci-pro v0.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months 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

9 months ago

0.0.9

9 months ago

0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago