range(x)
returns the decimal exponent range in the model of the type of x
.
Fortran 95 and later
result = range(x)
x
- Shall be of type real
or complex
.The return value is of type integer
and of the default integer kind.
See precision for an example.