octillion property

BigInt octillion
final

Represents one octillion (1,000,000,000,000,000,000,000,000,000)

Implementation

static final BigInt octillion = BigInt.from(10).pow(27);