Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in) | :: | a | |||
real(kind=real64), | intent(in) | :: | b |
logical elemental function not_exactly_equal_r64(a, b)
real(real64), intent(in) :: a, b
not_exactly_equal_r64 = .not. exactly_equal(a, b)
end function not_exactly_equal_r64