muller
Version:
Simple demonastration of Muller's Recurrence problem which demonstartes the floating point roundoff errors
30 lines (28 loc) • 595 B
JSON
{
"name": "muller",
"version": "1.1.0",
"description": "Simple demonastration of Muller's Recurrence problem which demonstartes the floating point roundoff errors",
"main": "big.js",
"scripts": {
"start": "node index.js"
},
"repository" : {
"type": "git",
"url": "mike1808/mueller"
},
"keywords": [
"mueller",
"recurrence",
"big",
"decimal",
"roundoff",
"floating",
"point"
],
"author": "mike1808",
"license": "MIT",
"dependencies": {
"bignumber.js": "^2.0.7",
"decimal.js": "^4.0.2"
}
}