Python cmath.infj 常量
定义和用法
The cmath.infj
常量返回一个复数正无穷大。返回值的实部为 0,虚部为正无穷大。
The cmath.infj 常量等效于 complex(0.0, float("inf"))
.
语法
cmath.infj
技术细节
返回值 | 一个 complex 值,代表复数无穷大的值 |
---|---|
Python 版本 | 3.6 |
The cmath.infj
常量返回一个复数正无穷大。返回值的实部为 0,虚部为正无穷大。
The cmath.infj 常量等效于 complex(0.0, float("inf"))
.
cmath.infj
返回值 | 一个 complex 值,代表复数无穷大的值 |
---|---|
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]