JSPM

rescale-arbitrary-precision

1.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q23664F
  • License MIT

Arbitrary precision for rescale

Package Exports

  • rescale-arbitrary-precision

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rescale-arbitrary-precision) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

rescale-arbitrary-precision

Build Status Coverage Status Code Climate

Arbitrary precision for rescale

Install

npm i rescale-arbitrary-precision

Usage

var arbitraryPrecision = require('rescale-arbitrary-precision');

arbitraryPrecision.isAvailable(); // => false
arbitraryPrecision.load(); // => arbitrary precision API (Big.js, bignumber.js or decimal.js), or undefined if none available
arbitraryPrecision.isAvailable(); // => true, or false if no decimal library is installed

See spec.