Closed ryn1x closed 5 years ago
It would be nice to have an abs() method that returns the complex magnitude.
I believe what you want is norm(): https://docs.rs/num-complex/0.2.1/num_complex/struct.Complex.html#method.norm
norm()
Ah, look at that. I was just used to the R and Matlab terms. Thanks!
It would be nice to have an abs() method that returns the complex magnitude.