complex

Function complex 

Source
pub fn complex<T>(n: T) -> Complex
where Complex: Assign<T>,
Expand description

Creates a Complex with the given value.