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