|
22 | 22 | # WH-2099 <wh2099@outlook.com>, 2023 |
23 | 23 | # sgqy <sgqyzh@gmail.com>, 2023 |
24 | 24 | # Freesand Leo <yuqinju@163.com>, 2023 |
| 25 | +# LeeWendao <LeeWendao@outlook.com>, 2023 |
25 | 26 | # |
26 | 27 | #, fuzzy |
27 | 28 | msgid "" |
28 | 29 | msgstr "" |
29 | 30 | "Project-Id-Version: Python 3.12\n" |
30 | 31 | "Report-Msgid-Bugs-To: \n" |
31 | | -"POT-Creation-Date: 2023-10-20 14:13+0000\n" |
| 32 | +"POT-Creation-Date: 2023-11-17 14:14+0000\n" |
32 | 33 | "PO-Revision-Date: 2021-06-28 01:06+0000\n" |
33 | | -"Last-Translator: Freesand Leo <yuqinju@163.com>, 2023\n" |
| 34 | +"Last-Translator: LeeWendao <LeeWendao@outlook.com>, 2023\n" |
34 | 35 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n" |
35 | 36 | "MIME-Version: 1.0\n" |
36 | 37 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -2325,7 +2326,7 @@ msgstr "" |
2325 | 2326 | "参数必须为数值类型。 对于混用的操作数类型,则适用二元算术运算符的类型强制转换规则。 对于 :class:`int` " |
2326 | 2327 | "操作数,结果具有与操作数相同的类型(转换后),除非第二个参数为负值;在这种情况下,所有参数将被转换为浮点数并输出浮点数结果。 例如,``pow(10, " |
2327 | 2328 | "2)`` 返回 ``100``,但 ``pow(10, -2)`` 返回 ``0.01``。 对于 :class:`int` 或 " |
2328 | | -":class:`float` 类型的负基和一个非整数的指数,会产生一个复杂的结果。 例如, ``pow(-9, 0.5)`` 返回一个接近于 " |
| 2329 | +":class:`float` 类型的负基和一个非整数的指数,会产生一个复数作为结果。 例如, ``pow(-9, 0.5)`` 返回一个接近于 " |
2329 | 2330 | "``3j`` 的值。" |
2330 | 2331 |
|
2331 | 2332 | #: ../../library/functions.rst:1414 |
|
0 commit comments