.. Copyright 1988-2021 Free Software Foundation, Inc. This is part of the GCC manual. For copying conditions, see the GPL license file .. _rrspacing: RRSPACING --- Reciprocal of the relative spacing ************************************************ .. index:: RRSPACING .. index:: real number, relative spacing .. index:: floating point, relative spacing .. function:: RRSPACING(X) ``RRSPACING(X)`` returns the reciprocal of the relative spacing of model numbers near :samp:`{X}`. :param X: Shall be of type ``REAL``. :return: The return value is of the same type and kind as :samp:`{X}`. The value returned is equal to ``ABS(FRACTION(X)) * FLOAT(RADIX(X))**DIGITS(X)``. :samp:`{Standard}:` Fortran 90 and later :samp:`{Class}:` Elemental function :samp:`{Syntax}:` .. code-block:: fortran RESULT = RRSPACING(X) :samp:`{See also}:` SPACING