bigIntegerModeMaxVal property

BigInt bigIntegerModeMaxVal
final

The maximum value for the big integer encoding mode (536 bits).

Implementation

static final BigInt bigIntegerModeMaxVal = (BigInt.one << 536) - BigInt.one;