Test a and b for approximate equality, where a and b are both reals.
(KCW, 2024-05-25)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real32), | intent(in) | :: | a | |||
| real(kind=real32), | intent(in) | :: | b | |||
| real(kind=real32), | intent(in), | optional | :: | absolute_tolerance | ||
| real(kind=real32), | intent(in), | optional | :: | relative_tolerance |
Test a and b for approximate equality, where a and b are both reals.
(KCW, 2024-05-25)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | a | |||
| real(kind=real64), | intent(in) | :: | b | |||
| real(kind=real64), | intent(in), | optional | :: | absolute_tolerance | ||
| real(kind=real64), | intent(in), | optional | :: | relative_tolerance |