interface to check equality between values/arrays
Equality check between real values
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | value |
the real value(s) to check |
||
real(kind=dp), | intent(in) | :: | base |
the value(s) to compare against |
||
real(kind=dp), | intent(in), | optional | :: | tol |
optional tolerance |
Equality check between complex values
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | value |
the real value(s) to check |
||
complex(kind=dp), | intent(in) | :: | base |
the value(s) to compare against |
||
real(kind=dp), | intent(in), | optional | :: | tol |
optional tolerance |