Thanks to visit codestin.com Credit goes to github.com
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 a90cd5f commit b4d30caCopy full SHA for b4d30ca
library/stdtypes.po
@@ -7517,6 +7517,13 @@ msgid ""
7517
"algorithms for base 10 have sub-quadratic complexity. Converting a large "
7518
"value such as ``int('1' * 500_000)`` can take over a second on a fast CPU."
7519
msgstr ""
7520
+"CPython の :class:`int` 型は、任意の長さの数をバイナリ形式で保存したものです "
7521
+"(一般に \"bignum\" または多倍長整数として知られています)。基数が2のべき乗でな"
7522
+"い限り、線形の時間で文字列をバイナリ整数に、あるいはバイナリ整数を文字列に変"
7523
+"換できるアルゴリズムは存在しません。10進数に対するアルゴリズムでは、最もよく"
7524
+"知られているものでさえ、2次に近い (sub-quadratic) 複雑さになります。高速な "
7525
+"CPU でも、 ``int('1' * 500_000)`` のような大きな数の変換は1秒以上かかる可能性"
7526
+"があります。"
7527
7528
#: ../../library/stdtypes.rst:5437
7529
msgid ""
0 commit comments