trillion property

BigInt trillion
final

Represents one trillion (1,000,000,000,000)

Implementation

static final BigInt trillion = BigInt.from(10).pow(12);