TheoryOfNekomata fa9c981c07 | il y a 1 an | |
---|---|---|
packages | il y a 1 an | |
.editorconfig | il y a 1 an | |
.gitignore | il y a 1 an | |
README.md | il y a 1 an | |
TODO.md | il y a 1 an | |
pnpm-lock.yaml | il y a 1 an | |
pnpm-workspace.yaml | il y a 1 an |
Get the name of a number, even if it’s stupidly big.
123.45e+5
).See TODO.md for a list of features that are planned for implementation.
x
in values are limited to Number.MAX_SAFE_INTEGER >~ x >~ Number.MIN_SAFE_INTEGER
.
Values may exceed extremes such as Number.MAX_SAFE_INTEGER
and Number.EPSILON
in which loss of
precision may occur.bigint
, string
, number
).