8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbd9e7d commit af905faCopy full SHA for af905fa
library/functions.po
@@ -2583,6 +2583,14 @@ msgid ""
2583
"complex result is delivered. For example, ``pow(-9, 0.5)`` returns a value "
2584
"close to ``3j``."
2585
msgstr ""
2586
+"引数は数値型でなければなりません。型混合の場合、二項算術演算における型強制規"
2587
+"則が適用されます。 :class:`int` オペランドの場合、第2引数が負でない限り、結果"
2588
+"は (型強制後の) オペランドと同じ型になります; 第2引数が負の場合、全ての引数は"
2589
+"浮動小数点数に変換され、浮動小数点数の結果が返されます。例えば、 ``pow(10, "
2590
+"2)`` は ``100`` を返しますが、 ``pow(10, -2)`` は ``0.01`` を返します。底が :"
2591
+"class:`int` 型または :class:`float` 型で負の値であり、かつ指数が整数でない場"
2592
+"合、複素数の結果が返されます。例えば、 ``pow(-9, 0.5)`` は ``3j`` に近い値を"
2593
+"返します。"
2594
2595
#: ../../library/functions.rst:1382
2596
msgid ""
0 commit comments