node-bn.js

Big number implementation in pure javascript
  https://github.com/indutny/bn.js
  0
  no reviews



This package handles arithmetic of big numbers (integers) provided through strings.

It can convert the big number to native javascript numbers.

Floating point number are not supported.

Node.js is an event-based server-side JavaScript engine.