5
5
#
6
6
# Translators:
7
7
# tomo, 2020
8
+ # 伏尾 佳悟 <fushio.keigo@gmail.com>, 2020
8
9
#
9
10
#, fuzzy
10
11
msgid ""
@@ -13,7 +14,7 @@ msgstr ""
13
14
"Report-Msgid-Bugs-To : \n "
14
15
"POT-Creation-Date : 2020-02-09 12:40+0000\n "
15
16
"PO-Revision-Date : 2020-05-30 12:02+0000\n "
16
- "Last-Translator : tomo , 2020\n "
17
+ "Last-Translator : 伏尾 佳悟 <fushio.keigo@gmail.com> , 2020\n "
17
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
18
19
"MIME-Version : 1.0\n "
19
20
"Content-Type : text/plain; charset=UTF-8\n "
@@ -2128,6 +2129,9 @@ msgid ""
2128
2129
" mod``). The two-argument form ``pow(base, exp)`` is equivalent to using the"
2129
2130
" power operator: ``base**exp``."
2130
2131
msgstr ""
2132
+ "*base* の *exp* 乗を返します; *mod* があれば、*base* の *exp* 乗に対する *mod* の剰余を返します "
2133
+ "(``pow(base, exp) % mod`` より効率よく計算されます)。二引数の形式 ``pow(base, exp)`` "
2134
+ "は、冪乗演算子を使った ``base**exp`` と等価です。"
2131
2135
2132
2136
#: ../../library/functions.rst:1282
2133
2137
msgid ""
@@ -2138,6 +2142,10 @@ msgid ""
2138
2142
"converted to float and a float result is delivered. For example, ``10**2`` "
2139
2143
"returns ``100``, but ``10**-2`` returns ``0.01``."
2140
2144
msgstr ""
2145
+ "引数は数値型でなくてはなりません。型混合の場合、二項算術演算における型強制規則が適用されます。 :class:`int` "
2146
+ "被演算子に対しては、第二引数が負でない限り、結果は (型強制後の) 被演算子と同じ型になります; "
2147
+ "負の場合、全ての引数は浮動小数点に変換され、浮動小数点の結果が返されます。例えば、 ``10**2`` は ``100`` を返しますが、 "
2148
+ "``10**-2`` は ``0.01`` を返します。"
2141
2149
2142
2150
#: ../../library/functions.rst:1289
2143
2151
msgid ""
0 commit comments