Skip to content

Commit 6873cb8

Browse files
author
Autobuild bot on TravisCI
committed
[skip ci] Update .po files
1 parent b85e7a2 commit 6873cb8

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

library/decimal.po

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ msgid ""
1919
msgstr ""
2020
"Project-Id-Version: Python 3.7\n"
2121
"Report-Msgid-Bugs-To: \n"
22-
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
22+
"POT-Creation-Date: 2019-02-03 10:33+0900\n"
2323
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
2424
"Last-Translator: tomo, 2017\n"
2525
"Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
@@ -2324,3 +2324,21 @@ msgid ""
23242324
"Alternatively, inputs can be rounded upon creation using the "
23252325
":meth:`Context.create_decimal` method:"
23262326
msgstr "もしくは、入力を :meth:`Context.create_decimal` を使って生成時に丸めてしまうこともできます:"
2327+
2328+
#: ../../library/decimal.rst:2119
2329+
msgid "Q. Is the CPython implementation fast for large numbers?"
2330+
msgstr ""
2331+
2332+
#: ../../library/decimal.rst:2121
2333+
msgid ""
2334+
"A. Yes. In the CPython and PyPy3 implementations, the C/CFFI versions of "
2335+
"the decimal module integrate the high speed `libmpdec "
2336+
"<https://www.bytereef.org/mpdecimal/doc/libmpdec/index.html>`_ library for "
2337+
"arbitrary precision correctly-rounded decimal floating point arithmetic. "
2338+
"``libmpdec`` uses `Karatsuba multiplication "
2339+
"<https://en.wikipedia.org/wiki/Karatsuba_algorithm>`_ for medium-sized "
2340+
"numbers and the `Number Theoretic Transform "
2341+
"<https://en.wikipedia.org/wiki/Discrete_Fourier_transform_(general)#Number-"
2342+
"theoretic_transform>`_ for very large numbers. However, to realize this "
2343+
"performance gain, the context needs to be set for unrounded calculations."
2344+
msgstr ""

0 commit comments

Comments
 (0)