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