@brief Compare floating point numbers for equality
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | a | |||
real(kind=dp), | intent(in) | :: | b | |||
real(kind=dp), | intent(in), | optional | :: | atol | ||
real(kind=dp), | intent(in), | optional | :: | rtol |
@brief Compare floating point numbers for equality
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | a | |||
real(kind=sp), | intent(in) | :: | b | |||
real(kind=dp), | intent(in), | optional | :: | atol | ||
real(kind=dp), | intent(in), | optional | :: | rtol |
@brief Compare floating point numbers for equality
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | a | |||
complex(kind=dp), | intent(in) | :: | b | |||
real(kind=dp), | intent(in), | optional | :: | atol | ||
real(kind=dp), | intent(in), | optional | :: | rtol |
@brief Compare floating point numbers for equality
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | a | |||
complex(kind=sp), | intent(in) | :: | b | |||
real(kind=dp), | intent(in), | optional | :: | atol | ||
real(kind=dp), | intent(in), | optional | :: | rtol |