Python cmath.nan 常量
定义和用法
The cmath.nan
常量返回一个浮点型 nan(非数字)值。此值不是一个合法数字。
nan 常量等效于 float("nan")
或 math.nan
.
语法
cmath.nan
技术细节
返回值 | A float 值,nan(非数字) |
---|---|
Python 版本 | 3.6 |
The cmath.nan
常量返回一个浮点型 nan(非数字)值。此值不是一个合法数字。
nan 常量等效于 float("nan")
或 math.nan
.
cmath.nan
返回值 | A float 值,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]