title: InvalidComplex layout: article

InvalidComplex occurs when the complex built-in function is called with
arguments with incompatible types.

Example:
 var _ = complex(float32(1), float64(2))