TheoryOfNekomata d26fb483c8 | преди 6 месеца | |
---|---|---|
packages | преди 6 месеца | |
.editorconfig | преди 1 година | |
.gitignore | преди 1 година | |
README.md | преди 1 година | |
TODO.md | преди 1 година | |
pnpm-lock.yaml | преди 6 месеца | |
pnpm-workspace.yaml | преди 1 година |
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
).