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