pub fn complex<T>(real: T, imag: T) -> Complex<T>
Function to init Complex struct (Recomed way to init complex numbers)
Complex