Closed a48zhang closed 1 year ago
3.12
https://docs.python.org/zh-cn/3/library/functions.html#pow
对于 int 或 float 类型的负基和一个非整数的指数,会产生一个复杂的结果。
For a negative base of type int or float and a non-integral exponent, a complex result is delivered.
对于 int 或 float 类型的负基和一个非整数的指数,会产生一个复数。
Fixed.
Python Version
3.12
Docs Page
https://docs.python.org/zh-cn/3/library/functions.html#pow
Original Translation
对于 int 或 float 类型的负基和一个非整数的指数,会产生一个复杂的结果。
Original Docs Paragraph
For a negative base of type int or float and a non-integral exponent, a complex result is delivered.
Suggested Fix
对于 int 或 float 类型的负基和一个非整数的指数,会产生一个复数。