1.2.0 • Published 8 years ago

linear-scale-to-decimal v1.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
8 years ago

linear-scale-to-decimal

Build Status Coverage Status Code Climate

Ensures a linear scale has decimals

Install

npm i linear-scale-to-decimal

Usage

var Decimal = require('linear-arbitrary-precision')(require('floating-adapter'));
var scaleToDecimal = require('linear-scale-to-decimal')(Decimal);

scaleToDecimal([32, 33.8]);
// => [new Decimal('32'), new Decimal('33.8')]

Related projects