Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b8425c

Browse files
committed
[po] auto sync bot
1 parent 091875d commit 7b8425c

2 files changed

Lines changed: 3893 additions & 3838 deletions

File tree

library/decimal.po

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2001-2018, Python Software Foundation
2+
# Copyright (C) 2001-2019, Python Software Foundation
33
# This file is distributed under the same license as the Python package.
44
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55
#
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.7\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
12-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"POT-Creation-Date: 2019-02-03 10:33+0900\n"
12+
"PO-Revision-Date: 2017-02-16 23:06+0000\n"
1313
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1951,3 +1951,21 @@ msgid ""
19511951
"Alternatively, inputs can be rounded upon creation using the "
19521952
":meth:`Context.create_decimal` method:"
19531953
msgstr ""
1954+
1955+
#: ../../library/decimal.rst:2119
1956+
msgid "Q. Is the CPython implementation fast for large numbers?"
1957+
msgstr ""
1958+
1959+
#: ../../library/decimal.rst:2121
1960+
msgid ""
1961+
"A. Yes. In the CPython and PyPy3 implementations, the C/CFFI versions of "
1962+
"the decimal module integrate the high speed `libmpdec "
1963+
"<https://www.bytereef.org/mpdecimal/doc/libmpdec/index.html>`_ library for "
1964+
"arbitrary precision correctly-rounded decimal floating point arithmetic. "
1965+
"``libmpdec`` uses `Karatsuba multiplication "
1966+
"<https://en.wikipedia.org/wiki/Karatsuba_algorithm>`_ for medium-sized "
1967+
"numbers and the `Number Theoretic Transform "
1968+
"<https://en.wikipedia.org/wiki/Discrete_Fourier_transform_(general)#Number-"
1969+
"theoretic_transform>`_ for very large numbers. However, to realize this "
1970+
"performance gain, the context needs to be set for unrounded calculations."
1971+
msgstr ""

0 commit comments

Comments
 (0)