Are two numbers almost equal within some tolerance
Are two numbers almost equal
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real32), | intent(in) | :: | a | |||
real(kind=real32), | intent(in) | :: | b | |||
real(kind=real32), | intent(in), | optional | :: | rtol | ||
real(kind=real32), | intent(in), | optional | :: | atol |
Are two numbers almost equal
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | a | |||
real(kind=real64), | intent(in) | :: | b | |||
real(kind=real64), | intent(in), | optional | :: | rtol | ||
real(kind=real64), | intent(in), | optional | :: | atol |
Are two numbers almost equal
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real128), | intent(in) | :: | a | |||
real(kind=real128), | intent(in) | :: | b | |||
real(kind=real128), | intent(in), | optional | :: | rtol | ||
real(kind=real128), | intent(in), | optional | :: | atol |