import ComplexModule
Coverage
Declarations
Interfaces
@frozen struct Complex<RealType> where RealType : Real
A complex number represented by real and imaginary parts.
import Numerics
import RealModule
import _NumericsShims