googol property

BigInt googol
final

Represents one googol (10^100)

Implementation

static final BigInt googol = BigInt.from(10).pow(100);