math-precision
Version:
.round, .ceil, .floor with precision parameter: .round(1.234, 2) → 1.23
31 lines (30 loc) • 611 B
JSON
{
"name": "math-precision",
"version": "1.0.5",
"description": ".round, .ceil, .floor with precision parameter: .round(1.234, 2) → 1.23",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec ./test.js"
},
"keywords": [
"round",
"precision",
"decimals",
"number",
"numbers",
"ceil",
"floor",
"math",
"Math.round"
],
"author": "Florin David",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git@github.com:FlorinDavid/node-math-precision.git"
}
}