public static int getExponent (float f)

Returns the unbiased exponent used in the representation of a float. Special cases:

Parameters:
f    a float value

Returns:  the unbiased exponent of the argument

Since:  1.6