1.0.0 • Published 7 years ago

bigint-product v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

bigint-product

Build Status

multiply two arbitary precision integers

Usage

Example

  var multiply = require('bigint-product')
  console.log(multiply('123456789123456789','987654321987654321'))

API

require('bigint-product')(num1, num2)

takes two integers as string and return their product

License

MIT