Python cmath.nanj 常量
定义和用法
The cmath.nanj
常量返回一个复数 nan (非数字) 值。该值具有 0 实部和 nan 虚部。
The nanj 常量等效于 complex(0.0,float("nan")
。
语法
cmath.nanj
技术细节
返回值 | 一个 complex 值,nan (非数字) |
---|---|
Python 版本 | 3.6 |
The cmath.nanj
常量返回一个复数 nan (非数字) 值。该值具有 0 实部和 nan 虚部。
The nanj 常量等效于 complex(0.0,float("nan")
。
cmath.nanj
返回值 | 一个 complex 值,nan (非数字) |
---|---|
Python 版本 | 3.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]