Options
All
  • Public
  • Public/Protected
  • All
Menu

bigdecimal.js

BigDecimal.js

BigInt based BigDecimal(arbitrary precision floats) implementation for Node.js. This implementation is based on java BigDecimal class. Like java BigDecimal class, it uses big integers internally. This implementation is faster than popular big decimal libraries. See benchmarks section for comparison.

Features

  • todo

Usage

  • todo

Testing

  • Install dependencies: npm i
  • Compile: npm run compile
  • Run tests: npm test

Typescript support

  • todo

Running Benchmarks

There is a benchmark suite that compares

To run the benchmark use npm run benchmark after you install dependencies with npm install.

Generated using TypeDoc