getExponent method

int getExponent()

Determines the exponent for the number /

Implementation

int getExponent() {
  return biasedExponent() - EXPONENT_BIAS;
}