skrf.mathFunctions.complex_2_radian
- skrf.mathFunctions.complex_2_radian(z)[source]
Return the angle complex argument in radian.
- Parameters:
z (number or array_like) – A complex number or sequence of complex numbers
- Returns:
ang_rad – The counterclockwise angle from the positive real axis on the complex plane in the range
(-pi, pi]
, with dtype as numpy.float64.- Return type:
ndarray or scalar