HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11 615
Argument
I must be of type character.
Result
Default real type.
RRSPACING(X)
Description
Returns the reciprocal of the relative spacing of model numbers near the argument value.
Class
Elemental function.
Argument
X must be of type real.
Result type/
type parameters
Same as X.
Result value
The result has the value |X *
b
-e
|*
b
p
, where
b
,
e
, and
p
are as defined in “The Real Number
System Model” on page 509.
RSHFT(I, SHIFT)
Description
Bitwise right shift.
Class
Elemental nonstandard function.