File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2639,6 +2639,14 @@ msgid ""
2639
2639
"complex result is delivered. For example, ``pow(-9, 0.5)`` returns a value "
2640
2640
"close to ``3j``."
2641
2641
msgstr ""
2642
+ "引数は数値型でなければなりません。型混合の場合、二項算術演算における型強制規"
2643
+ "則が適用されます。 :class:`int` オペランドの場合、第2引数が負でない限り、結果"
2644
+ "は (型強制後の) オペランドと同じ型になります; 第2引数が負の場合、全ての引数は"
2645
+ "浮動小数点数に変換され、浮動小数点数の結果が返されます。例えば、 ``pow(10, "
2646
+ "2)`` は ``100`` を返しますが、 ``pow(10, -2)`` は ``0.01`` を返します。底が :"
2647
+ "class:`int` 型または :class:`float` 型で負の値であり、かつ指数が整数でない場"
2648
+ "合、複素数の結果が返されます。例えば、 ``pow(-9, 0.5)`` は ``3j`` に近い値を"
2649
+ "返します。"
2642
2650
2643
2651
#: ../../library/functions.rst:1406
2644
2652
msgid ""
Original file line number Diff line number Diff line change 1
1
# SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) 2001-2022 , Python Software Foundation
2
+ # Copyright (C) 2001-2023 , Python Software Foundation
3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
#
@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.11\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2022-12-30 14:13 +0000\n "
14
+ "POT-Creation-Date : 2023-01-20 14:14 +0000\n "
15
15
"PO-Revision-Date : 2021-06-28 01:50+0000\n "
16
16
"Last-Translator : Inada Naoki <songofacandy@gmail.com>, 2023\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ "
You can’t perform that action at this time.
0 commit comments