TINY(X)

Purpose

Returns the smallest positive number in the model representing numbers of the same type and kind type parameter as the argument.

Class

Inquiry function

Argument Type and Attributes

X
must be of type real. It may be scalar or array valued.

Result Type and Attributes

Scalar with the same type as X.

+-------------------------------IBM Extension--------------------------------+

Result Value

The result is:

2.0(MINEXPONENT(X)-1) for real X

+----------------------------End of IBM Extension----------------------------+

+-------------------------------IBM Extension--------------------------------+

Examples

TINY (X) = float(2)(-126) = 1.17549351e-38. See Real Data Model.

+----------------------------End of IBM Extension----------------------------+

IBM Copyright 2003