Returns whether two real numbers are approximately the same.
Returns .true.
if the 4-byte real numbers a
and b
are
approximately the same, else .false.
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r4), | intent(in) | :: | a | |||
real(kind=r4), | intent(in) | :: | b |
Returns .true.
if the 8-byte real numbers a
and b
are
approximately the same, else .false.
.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r8), | intent(in) | :: | a | |||
real(kind=r8), | intent(in) | :: | b |