Next: , Previous: RAND, Up: Intrinsic Procedures


8.86 RANGE — Decimal exponent range of a real kind

Description:
RANGE(X) returns the decimal exponent range in the model of the type of X.
Option:
f95, gnu
Class:
elemental function
Syntax:
I = RANGE(X)
Arguments:

X shall be of type REAL or COMPLEX.

Return value:
The return value is of type INTEGER and of the default integer kind.
Example:
See PRECISION for an example.