pub fn sub<T>(a: Complex<T>, b: Complex<T>) -> Complex<T> where
    T: MixedNum + MixedNumSigned
Expand description

Subtract b from a. c = a-b