About BigIntegers

The BigInteger class represents integers that can be arbitrarily large; that is, BigIntegers are not limited to the 64 bits available in the long data type.

Literals of type BigInteger have no maximum and minimum. Any value can be represented using the BigInteger type. For examples of how you can use BigIntegers, see Example BigInteger Code and BigInteger tab Syntax Buttons.