Returns the minimum (most negative) exponent in the model representing the numbers of the same type and kind type parameter as the argument.
Inquiry function
Default integer scalar.
The result is the following:
type MINEXPONENT ---------- ----------- real(4) - 125 real(8) -1021 real(16) -968
MINEXPONENT(X) = -125 for X of type real(4).
See Real data model.