# rescale-arbitrary-precision

> Arbitrary precision for rescale

Latest version **1.2.1** (published 2015-07-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install rescale-arbitrary-precision
pnpm add rescale-arbitrary-precision
yarn add rescale-arbitrary-precision
bun add rescale-arbitrary-precision
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2015-07-04 |
| First published | 2015-05-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Javier Cejudo |
| Maintainers | javiercejudo |
| Keywords | feature scaling, normalisation, normalization, scale, rescale |

## Links

- npm: https://www.npmjs.com/package/rescale-arbitrary-precision
- Repository: https://github.com/javiercejudo/rescale-arbitrary-precision
- Homepage: https://github.com/javiercejudo/rescale-arbitrary-precision#readme
- Issues: https://github.com/javiercejudo/rescale-arbitrary-precision/issues
- npm.io page: https://npm.io/package/rescale-arbitrary-precision

## Dependencies (2)

- [optionale](https://npm.io/package/optionale.md) ^1.1.0
- [lodash.isundefined](https://npm.io/package/lodash.isundefined.md) ^3.0.1

## Recent versions

- 1.2.1 (latest) — 2015-07-04
- 1.2.0 — 2015-07-03
- 1.1.0 — 2015-07-03
- 1.0.1 — 2015-05-23

## README

# rescale-arbitrary-precision

[![Build Status](https://travis-ci.org/javiercejudo/rescale-arbitrary-precision.svg)](https://travis-ci.org/javiercejudo/rescale-arbitrary-precision)
[![Coverage Status](https://coveralls.io/repos/javiercejudo/rescale-arbitrary-precision/badge.svg?branch=master)](https://coveralls.io/r/javiercejudo/rescale-arbitrary-precision?branch=master)
[![Code Climate](https://codeclimate.com/github/javiercejudo/rescale-arbitrary-precision/badges/gpa.svg)](https://codeclimate.com/github/javiercejudo/rescale-arbitrary-precision)

Arbitrary precision for rescale

## Install

    npm i rescale-arbitrary-precision

## Usage

```js
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](test/spec.js).

## Related projects

- [linear-converter](https://github.com/javiercejudo/linear-converter): flexible linear converter with built in conversions for common units.
- [rescale](https://github.com/javiercejudo/rescale): rescales a point given two scales.
- [rescale-util](https://github.com/javiercejudo/rescale-util): Rescale utilities.
- [scale](https://github.com/javiercejudo/scale): scales normalised data.
- [normalise](https://github.com/javiercejudo/normalise): normalise data to [0, 1].

---
_Source: https://npm.io/package/rescale-arbitrary-precision · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
