outputs a complex value
int out_complex( LPCSTR lpcstr, complex z )
number of characters that are output.
EX1
void out_complex_ex1() { complex cc(4.5, 7.8); out_complex("The value = ", cc); // output string is "The value = 4.500000+7.800000i" }
origin.h