minexponent(x) returns the minimum exponent in the model of the type of x.
Fortran 95 and later
result = minexponent(x)
x - Shall be of type real.The return value is of type integer and of the default integer kind.
See maxexponent for an example.