add

Function add 

Source
pub fn add<T>(a: Cartesian<T>, b: Cartesian<T>) -> Cartesian<T>
where T: MixedNum + MixedOps,
Expand description

Add two complex fixed-point numbers in cartesian form.