# BigInt

`import { BigInt } from "destack:math";`

Arbitrary-precision integer.

```ds title="BigInt"
export class BigInt
```

[language/library/src/math/bigint.ds:27:36](https://github.com/destack-sh/destack/blob/main/language/library/src/math/bigint.ds#L27-L36)
