Return the maximum exponent value
static int computeMaxExponent(int exponentWidth) => computeBias(exponentWidth);