1.0.0 • Published 9 years ago

round-precision v1.0.0

Weekly downloads
1,755
License
MIT
Repository
github
Last release
9 years ago

round-precision Build Status

Round a number to a specified decimal precision

Install

$ npm install --save round-precision

Usage

var roundPrecision = require('round-precision')
roundPrecision(12.34, 1)
//=> 12.3

API

roundPrecision(value, places) -> number

value

Required
Type: number

A finite number to round.

value

Required
Type: number

A non-negative number of integer places.

License

MIT © Ben Drucker