Function ancomplex::complex

source ยท
pub fn complex<T>(real: T, imag: T) -> Complex<T>
Expand description

Function to init Complex struct (Recomed way to init complex numbers)