quintillion property

BigInt quintillion
final

Represents one quintillion (1,000,000,000,000,000,000)

Implementation

static final BigInt quintillion = BigInt.from(10).pow(18);