cmplx_lt_d_d_d Function

private elemental function cmplx_lt_d_d_d(a, b) result(bLt)

Arguments

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

Return Value logical


Contents