Manual Reference Pages  - rrspacing (3fortran)

NAME

RRSPACING(3) - [MODEL_COMPONENTS] Reciprocal of the relative spacing of a numeric type

SYNOPSIS

result = rrspacing(x)

         elemental real(kind=KIND) function rrspacing(x)

real(kind=KIND),intent(in) :: x

CHARACTERISTICS

o X is type real an any kind
o The return value is of the same type and kind as X.

DESCRIPTION

RRSPACING(3) returns the reciprocal of the relative spacing of model numbers near X.

OPTIONS

o X : Shall be of type real.

RESULT

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

SEE ALSO

DIGITS(3), EPSILON(3), EXPONENT(3), FRACTION(3), HUGE(3), MAXEXPONENT(3), MINEXPONENT(3), NEAREST(3), PRECISION(3), RADIX(3), RANGE(3), SCALE(3), SET_EXPONENT(3), SPACING(3), TINY(3)

fortran-lang intrinsic descriptions


Nemo Release 3.1 rrspacing (3fortran) April 28, 2024
Generated by manServer 1.08 from c77a01c4-ee7e-4094-a5b4-ec00daf588bc using man macros.