isclose_for_operator_complex_sp Function

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

Operator functions may only have two arguments.

Arguments

Type IntentOptional Attributes Name
complex(kind=sp), intent(in) :: a
complex(kind=sp), intent(in) :: b

Return Value logical


Contents