math-exact-result
Version:
Math addition subtraction multiplication and division functions which return the exact result without floating point number.
47 lines (46 loc) • 1.24 kB
JSON
{
"name": "math-exact-result",
"version": "1.2.3",
"description": "Math addition subtraction multiplication and division functions which return the exact result without floating point number.",
"keywords": [
"Math",
"addition",
"subtraction",
"multiplication",
"division",
"add",
"sub",
"mul",
"div",
"math-correct-result",
"math-exact-result",
"simple-math-operations",
"pure-math",
"mathematics",
"javascript Math problem",
"floating point",
"IEEE-754",
"IEEE 754",
"0.30000000000000004"
],
"homepage": "https://github.com/SargisGabrielyan/math-exact-result#readme",
"bugs": {
"url": "https://github.com/SargisGabrielyan/math-exact-result/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SargisGabrielyan/math-exact-result.git"
},
"license": "ISC",
"author": "Sargis Gabrielyan",
"type": "commonjs",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-transform-modules-commonjs": "^7.23.0"
}
}