Skip to main content

Try it Live

Run Uint examples in the interactive playground

    BigInt Values

    JavaScript BigInt provides arbitrary precision integers:
    BigInt values must be non-negative and less than 2^256. Negative values and overflow throw errors.

    Range Validation

    Valid Range

    Out of Range

    Usage Patterns

    Computation Results

    Constants

    Parsing Large Numbers

    See Also