MINEXPONENT — Minimum exponent of a real kind¶
- MINEXPONENT(X)¶
MINEXPONENT(X)returns the minimum exponent in the model of the type ofX.- Parameters
X – Shall be of type
REAL.- Returns
The return value is of type
INTEGERand of the default integer kind.
Standard:Fortran 90 and later
Class:Inquiry function
Syntax:RESULT = MINEXPONENT(X)
Example:See
MAXEXPONENTfor an example.