RANGE — Decimal exponent range#
- 
RANGE(X)#
- RANGE(X)returns the decimal exponent range in the model of the type of- X.- Parameters:
- X – Shall be of type - INTEGER,- REALor- COMPLEX.
- 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 — Choose real kind, PRECISION — Decimal precision of a real kind