RRSPACING(X)

Purpose

Returns the reciprocal of the relative spacing of the model numbers near the argument value.

Class

Elemental function

Argument Type and Attributes

X
must be of type real.

Result Type and Attributes

Same as X.

Result Value

The result is:

ABS(FRACTION(X)) * FLOAT(RADIX(X))DIGITS(X)

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

Examples

RRSPACING (-3.0) = 0.75 * 224. See Real Data Model.

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

IBM Copyright 2003