complex_is_zero Function

private elemental function complex_is_zero(value, tol)

Checks if complex values are zero

Arguments

TypeIntentOptionalAttributesName
complex(kind=dp), intent(in) :: value

the complex value(s) to check

real(kind=dp), intent(in), optional :: tol

optional tolerance

Return Value logical


Contents

None