true-math
Version:
True Math - math library for numbers of arbitrary length
34 lines (33 loc) • 760 B
JSON
{
"name": "true-math",
"version": "1.1.1",
"description": "True Math - math library for numbers of arbitrary length",
"main": "./src/true-math.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EzioMercer/true-math.git"
},
"keywords": [
"true math",
"math",
"precise",
"precise math",
"calculation",
"correct",
"numbers",
"arbitrary length",
"sum",
"difference",
"product",
"quotient"
],
"author": "Rovshan Badirkhanov",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/EzioMercer/true-math/issues"
},
"homepage": "https://github.com/EzioMercer/true-math#readme"
}