exponentBias property

int get exponentBias

Calculate the exponent bias for the format.

Implementation

int get exponentBias => (1 << (exponentBitLength - 1)) - 1;