RANGE — Decimal exponent range¶
- RANGE(X)¶
RANGE(X)returns the decimal exponent range in the model of the type ofX.- Parameters
X – Shall be of type
INTEGER,REALorCOMPLEX.- Returns
The return value is of type
INTEGERand of the default integer kind.
Standard:Fortran 90 and later
Class:Inquiry function
Syntax:RESULT = RANGE(X)
Example:See
PRECISIONfor an example.See also:SELECTED_REAL_KIND, PRECISION