Skip to content

Topic

Arbitrary-precision integers

Integer arithmetic that grows to whatever size a value needs instead of a fixed machine word, exposed in JavaScript as BigInt and used where rounding is unacceptable.

Current clusters