Clicky
Showing changes from revision #3 to #4:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
range(x)
returns the decimal exponent range in the model of the type of x
.
Fortran 95 and later
result = range(x)
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.
(追記) (追記ここまで)(追記)