complex_2_radian
- pmrf.math.complex_2_radian(z: Array | ndarray | bool | number | bool | int | float | complex)
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