XL Fortran for AIX 8.1

Language Reference


RRSPACING(X)

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

X
must be of type real.

Class

Elemental function

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----------------------------+


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]