pub fn div_scalar_cartesian<T>(a: Cartesian<T>, b: T) -> Cartesian<T>where T: MixedReal + MixedNumSigned + MixedOps,
Divide a cartesian complex by a real scalar. c = a/b