8.284 TINY — Smallest positive number of a real kind

Synopsis:

RESULT = TINY(X)

Description:

TINY(X) returns the smallest positive (non zero) number in the model of the type of X.

Class:

Inquiry function

Arguments:
XShall be of type REAL.
Return value:

The return value is of the same type and kind as X

Example:

See HUGE for an example.

Standard:

Fortran 90 and later