Checks whether a == b within tolerance Elemental functions operate on scalars or arrays of compatible shape If one of the arguments is an array, the output is an array of same shape
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=GP), | intent(in) | :: | a | |||
| real(kind=GP), | intent(in) | :: | b | |||
| real(kind=GP), | intent(in) | :: | tol |