zettabyte property

BigInt zettabyte
final

Represents 2^70, a zettabyte (ZiB)

Implementation

static final BigInt zettabyte = BigInt.from(2).pow(70);