isclose_for_operator_real_dp Function

private elemental function isclose_for_operator_real_dp(a, b) result(res)

Operator functions may only have two arguments.

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: a
real(kind=dp), intent(in) :: b

Return Value logical


Contents