real

Function real 

Source
pub fn real<C, F>(a: impl Iterator<Item = C>) -> impl Iterator<Item = F>
where C: Complex<F>,