📅  最后修改于: 2022-03-11 14:55:30.854000             🧑  作者: Mango
代码示例1
a = 1 + 2j
mag_a = abs(a) %% the magnitude of the complex variable
phase_a = angle(a) %% the phase of the complex variable