Next: TRAILZ, Previous: TIME8, Up: Intrinsic Procedures [Contents][Index]
TINY — Smallest positive number of a real kindTINY(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.