[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › BigInt

BigInt arithmetic and comparison utilities.

## Functions

| Function                                                                           | Description                                                               |
| ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| [clampBigInt](https://evolu.dev/docs/api-reference/common/BigInt/functions/clampBigInt)         | Clamps a bigint within a given range.                                     |
| [decrementBigInt](https://evolu.dev/docs/api-reference/common/BigInt/functions/decrementBigInt) | Decrements a bigint by 1.                                                 |
| [incrementBigInt](https://evolu.dev/docs/api-reference/common/BigInt/functions/incrementBigInt) | Increments a bigint by 1.                                                 |
| [isBetweenBigInt](https://evolu.dev/docs/api-reference/common/BigInt/functions/isBetweenBigInt) | Creates a predicate that checks if a BigInt is within a range, inclusive. |