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