quintillion property
Represents one quintillion (1,000,000,000,000,000,000)
Implementation
static final BigInt quintillion = BigInt.from(10).pow(18);
Represents one quintillion (1,000,000,000,000,000,000)
static final BigInt quintillion = BigInt.from(10).pow(18);