TINY
— Smallest positive number of a real kind ¶RESULT = TINY(X)
TINY(X)
returns the smallest positive (non zero) number
in the model of the type of X
.
Inquiry function
X | Shall be of type REAL . |
The return value is of the same type and kind as X
See HUGE
for an example.
Fortran 90 and later