@numio/bigmath
Version:
@numio/bigmath is an arbitrary-precision arithmetic library. It can be used for basic operations with decimal numbers (integers and float)
85 lines (84 loc) • 1.53 kB
JSON
{
"name": "@numio/bigmath",
"description": "@numio/bigmath is an arbitrary-precision arithmetic library. It can be used for basic operations with decimal numbers (integers and float)",
"version": "2.4.2",
"keywords": [
"precision",
"arithmetic",
"big",
"number",
"decimal",
"float",
"biginteger",
"bigdecimal",
"bignumber",
"bigint",
"bignum",
"infinite",
"longnumbers",
"infinitenumbers",
"integer",
"float",
"math",
"add",
"multiply",
"subtract",
"plus",
"minus",
"divide",
"long division",
"bigmath",
"numio",
"quartile",
"Q1",
"Q2",
"Q3",
"round",
"min",
"max",
"sort",
"mean",
"significant figures",
"MAD",
"Median Absolute Deviation",
"IQR",
"Interquartile Range",
"isEqual",
"equality",
"sqrt",
"square root",
"HEX",
"octal",
"binary",
"decimal",
"binary",
"cube root",
"FDR",
"Freedman-Diaconis Rule",
"mod"
],
"repository": {
"type": "git",
"url": "git+https://github.com/shpunter/numio-bigmath.git"
},
"main": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./index.js"
},
"./package.json": "./package.json"
},
"author": {
"name": "Oleksandr Brudnovskyi ",
"email": "oleksandr.brudnovskyi@gmail.com"
},
"engines": {
"node": "*"
},
"license": "MIT",
"scripts": {
"test": "node test"
},
"dependencies": {}
}