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
INTEGER
and of the default integer kind.
- Standard:
Fortran 90 and later
- Class:
Inquiry function
- Syntax:
RESULT = MINEXPONENT(X)
- Example:
See
MAXEXPONENT
for an example.