TheoryOfNekomata d26fb483c8 | pirms 6 mēnešiem | |
---|---|---|
packages | pirms 6 mēnešiem | |
.editorconfig | pirms 1 gada | |
.gitignore | pirms 1 gada | |
README.md | pirms 1 gada | |
TODO.md | pirms 1 gada | |
pnpm-lock.yaml | pirms 6 mēnešiem | |
pnpm-workspace.yaml | pirms 1 gada |
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
).