Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf905fa

Browse files
author
github-actions
committed
Merge 3.11 into 3.10
1 parentcbd9e7d commitaf905fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎library/functions.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2583,6 +2583,14 @@ msgid ""
25832583
"complex result is delivered. For example, ``pow(-9, 0.5)`` returns a value "
25842584
"close to ``3j``."
25852585
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+
"返します。"
25862594

25872595
#:../../library/functions.rst:1382
25882596
msgid""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp