Function complex_angle
Source pub fn complex_angle<D>(_complexarray: &Array<Complex64, D>) -> Array<f64, D>
Expand description
Calculate the phase angle of a complex array (in radians)
§Arguments
complex_array
- The complex-valued array
§Returns
A real array with the phase angle of each element