[UP]


Manual Reference Pages  - rrspacing (3)

NAME

rrspacing(3f) - [FORTRAN:INTRINSIC:MODEL_COMPONENTS] Reciprocal of the relative spacing

CONTENTS

Syntax
Description
Arguments
Return Value
Standard
Class
See Also

SYNTAX

result = rrspacing(x)

DESCRIPTION

rrspacing(x) returns the reciprocal of the relative spacing of model numbers near X.

ARGUMENTS

X - Shall be of type REAL.

RETURN VALUE

The return value is of the same type and kind as X. The value returned is equal to abs(fraction(x)) * float(radix(x))**digits(x).

STANDARD

[[Fortran 95]] and later

CLASS

[[Elemental procedure|Elemental function]]

SEE ALSO

[[spacing]]


rrspacing (3) March 19, 2019
Generated by manServer 1.08 from d2c77870-b275-4535-9e35-e67ffe5b7218 using man macros.