1.0.4 • Published 7 years ago

gauss-round v1.0.4

Weekly downloads
21
License
MIT
Repository
github
Last release
7 years ago

gauss-round

NPM version Downloads

Install

npm install --save gauss-round

Usage

import gaussRound from 'gauss-round';

// or

import gaussRound from 'gauss-round/dist/decimalOne'; // decimal 1 is default

// or

import gaussRound from 'gauss-round/dist/decimalTwo'; // decimal 2 is default

console.log(gaussRound(3.59, 1));
// > 3.6

console.log(gaussRound(45.3174, 2));
// > 45.32
1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago