Python cmath.phase() 方法
定义和用法
The cmath.phase()
方法返回复数的相位。
复数可以用其幅度和角度表示。该角度是向量(表示复数)与正 x 轴之间的夹角,称为相位。
**注意:**输出始终介于 -π 和 π 之间。
语法
cmath.phase(x)
参数值
参数 | 描述 |
---|---|
x | 必需。要查找相位的数字 |
技术细节
返回值 | A float 值,表示复数的相位 |
---|---|
Python 版本 | 2.6 |
The cmath.phase()
方法返回复数的相位。
复数可以用其幅度和角度表示。该角度是向量(表示复数)与正 x 轴之间的夹角,称为相位。
**注意:**输出始终介于 -π 和 π 之间。
cmath.phase(x)
参数 | 描述 |
---|---|
x | 必需。要查找相位的数字 |
返回值 | A float 值,表示复数的相位 |
---|---|
Python 版本 | 2.6 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]