petabyte property

BigInt petabyte
final

Represents 2^50, a petabyte (PiB)

Implementation

static final BigInt petabyte = BigInt.from(2).pow(50);