Python math.inf 常量
定义和用法
常量 math.inf
返回一个浮点正无穷大。
对于负无穷大,使用 -math.inf
。
inf 常量等价于 float('inf')
。
语法
math.inf
技术细节
返回值 | 一个 float 值,表示正无穷大的值 |
---|---|
Python 版本 | 3.5 |
常量 math.inf
返回一个浮点正无穷大。
对于负无穷大,使用 -math.inf
。
inf 常量等价于 float('inf')
。
math.inf
返回值 | 一个 float 值,表示正无穷大的值 |
---|---|
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]