Construct a complex number with the specified real and imaginary parts. In the case where a single argument is passed that is not complex, the imaginary part of the result will be zero.
Returns a complex number instance that correponds in size and in ABI to the associated C compiler's _Complex type.
Converts the complex number to a string representation.
A complex number parametrised by a type T, which must be either float, double or real.