Clicky
Showing changes from revision #0 to #1:
(追記) Added (追記ここまで) | (削除) Removed (削除ここまで) | (削除) Chan (削除ここまで)(追記) ged (追記ここまで)
rrspacing(x)
returns the reciprocal of the relative spacing of model numbers near x
.
Fortran 95 and later
Elemental function
result = rrspacing(x)
x
- Shall be of type real
.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)
.