universal-calci-pro
v0.0.10
Published
Calculator to calculate big number operations
Downloads
153
Maintainers
Readme
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