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
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.
Related projects
- linear-converter: flexible linear converter with built in conversions for common units.
- rescale: rescales a point given two scales.
- rescale-util: Rescale utilities.
- scale: scales normalised data.
- normalise: normalise data to [0, 1].