contains_NaN_complex Function

private elemental function contains_NaN_complex(var)

Checks a given complex value/array/matrix for NaN.

Arguments

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

the complex variable/array/matrix to check

Return Value logical


Contents

None