complex_2_degree
- pmrf.math.complex_2_degree(z: Array | ndarray | bool | number | bool | int | float | complex)
Returns the angle complex argument in degrees.
- Parameters:
z (number or array_like) – A complex number or sequence of complex numbers.
- Returns:
ang_deg – The angle in degrees.
- Return type:
ndarray or scalar