File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1358,6 +1358,11 @@ msgid ""
1358
1358
"conform to the ``floatvalue`` production rule in the following grammar, "
1359
1359
"after leading and trailing whitespace characters are removed:"
1360
1360
msgstr ""
1361
+ "引数が文字列の場合、10進数でなければなりません。先頭に符号または空白を含んで"
1362
+ "もかまいません。符号は ``'+'`` か ``'-'`` のいずれかです。正符号 ``'+'`` は生"
1363
+ "成される値に対して何の効果もありません。引数は NaN (not-a-number) や正または"
1364
+ "負の無限大をあらわす文字列でもかまいません。より正確にいうと、入力は先頭と末"
1365
+ "尾の空白文字を除き、以下に示す ``floatvalue`` の生成規則に従う必要があります:"
1361
1366
1362
1367
#: ../../library/functions.rst:644
1363
1368
msgid ""
@@ -1366,6 +1371,10 @@ msgid ""
1366
1371
"\" Inf\" , \" INFINITY\" , and \" iNfINity\" are all acceptable spellings for "
1367
1372
"positive infinity."
1368
1373
msgstr ""
1374
+ "ここで ``digit`` は、ユニコードでの10進数の数字 (ユニコードの一般カテゴリ "
1375
+ "``Nd`` に含まれる文字) です。大文字と小文字の区別はありません。したがって、例"
1376
+ "えば \" inf\" , \" Inf\" , \" INFINITY\" , そして \" iNfINity\" は全て正の無限大とし"
1377
+ "て有効な書き方です。"
1369
1378
1370
1379
#: ../../library/functions.rst:649
1371
1380
msgid ""
You can’t perform that action at this time.
0 commit comments