@steve02081504/bigfloat
Version:
A simple JavaScript implementation of infinite precision arithmetic.
20 lines (19 loc) • 482 B
JSON
{
"name": "@steve02081504/bigfloat",
"version": "0.0.1",
"description": "A simple JavaScript implementation of infinite precision arithmetic.",
"main": "main.mjs",
"type": "module",
"keywords": [
"bigfloat",
"bignum",
"arbitrary-precision",
"infinite-precision",
"math"
],
"author": "steve02081504",
"bugs": {
"url": "https://github.com/steve02081504/bigfloat/issues"
},
"homepage": "https://github.com/steve02081504/bigfloat#readme"
}