public static int getExponent (double d)

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

Parameters:
d    a double value

Returns:  the unbiased exponent of the argument

Since:  1.6