3
3
# This file is distributed under the same license as the Python package.
4
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
5
5
#
6
- #, fuzzy
7
6
msgid ""
8
7
msgstr ""
9
8
"Project-Id-Version : Python 3.6\n "
@@ -508,7 +507,8 @@ msgid ""
508
507
"Return a pair ``(n, d)`` of integers that represent the given "
509
508
":class:`Decimal` instance as a fraction, in lowest terms and with a "
510
509
"positive denominator::"
511
- msgstr "주어진 :class:`Decimal` 인스턴스를, 분모가 양수인 기약 분수로 나타내는 정수의 쌍 ``(n, d)`` 을 돌려줍니다::"
510
+ msgstr ""
511
+ "주어진 :class:`Decimal` 인스턴스를, 분모가 양수인 기약 분수로 나타내는 정수의 쌍 ``(n, d)`` 을 돌려줍니다::"
512
512
513
513
#: ../Doc/library/decimal.rst:468
514
514
msgid ""
@@ -681,7 +681,8 @@ msgstr ""
681
681
msgid ""
682
682
"Return :const:`True` if the argument is a finite number, and "
683
683
":const:`False` if the argument is an infinity or a NaN."
684
- msgstr "인자가 유한 수이면 :const:`True`\\ 를 반환하고, 인자가 무한대나 NaN 이면 :const:`False`\\ 를 반환합니다."
684
+ msgstr ""
685
+ "인자가 유한 수이면 :const:`True`\\ 를 반환하고, 인자가 무한대나 NaN 이면 :const:`False`\\ 를 반환합니다."
685
686
686
687
#: ../Doc/library/decimal.rst:621
687
688
msgid ""
@@ -1058,7 +1059,8 @@ msgstr ""
1058
1059
msgid ""
1059
1060
"For example, this converts ``Decimal('123E+1')`` to "
1060
1061
"``Decimal('1.23E+3')``."
1061
- msgstr "예를 들어, 이 메서드는 ``Decimal('123E+1')`` 을 ``Decimal('1.23E+3')`` 으로 변환합니다."
1062
+ msgstr ""
1063
+ "예를 들어, 이 메서드는 ``Decimal('123E+1')`` 을 ``Decimal('1.23E+3')`` 으로 변환합니다."
1062
1064
1063
1065
#: ../Doc/library/decimal.rst:871
1064
1066
msgid ""
@@ -1157,7 +1159,8 @@ msgid ""
1157
1159
"For example, the following code sets the current decimal precision to 42 "
1158
1160
"places, performs a calculation, and then automatically restores the "
1159
1161
"previous context::"
1160
- msgstr "예를 들어, 다음 코드는 현재 십진 정밀도를 42자리로 설정하고, 계산을 수행한 다음, 이전 컨텍스트를 자동으로 복원합니다::"
1162
+ msgstr ""
1163
+ "예를 들어, 다음 코드는 현재 십진 정밀도를 42자리로 설정하고, 계산을 수행한 다음, 이전 컨텍스트를 자동으로 복원합니다::"
1161
1164
1162
1165
#: ../Doc/library/decimal.rst:945
1163
1166
msgid ""
@@ -2029,7 +2032,8 @@ msgstr ""
2029
2032
msgid ""
2030
2033
"The :mod:`decimal` module makes it possible to restore the identities by "
2031
2034
"expanding the precision sufficiently to avoid loss of significance:"
2032
- msgstr ":mod:`decimal` 모듈은 유효숫자의 손실을 피할 수 있을 만큼 정밀도를 확장함으로써 항등 관계를 복구할 수 있게 합니다 :"
2035
+ msgstr ""
2036
+ ":mod:`decimal` 모듈은 유효숫자의 손실을 피할 수 있을 만큼 정밀도를 확장함으로써 항등 관계를 복구할 수 있게 합니다 :"
2033
2037
2034
2038
#: ../Doc/library/decimal.rst:1716
2035
2039
msgid "Special values"
@@ -2312,7 +2316,8 @@ msgid ""
2312
2316
"Q. Within a complex calculation, how can I make sure that I haven't "
2313
2317
"gotten a spurious result because of insufficient precision or rounding "
2314
2318
"anomalies."
2315
- msgstr "Q. 복잡한 계산에서, 정밀도가 부족하거나 자리 올림 이상이 발생하여 엉터리 결과를 얻지는 않았는지 확인하려면 어떻게 해야 합니까?"
2319
+ msgstr ""
2320
+ "Q. 복잡한 계산에서, 정밀도가 부족하거나 자리 올림 이상이 발생하여 엉터리 결과를 얻지는 않았는지 확인하려면 어떻게 해야 합니까?"
2316
2321
2317
2322
#: ../Doc/library/decimal.rst:2082
2318
2323
msgid ""
@@ -2331,7 +2336,8 @@ msgid ""
2331
2336
"Q. I noticed that context precision is applied to the results of "
2332
2337
"operations but not to the inputs. Is there anything to watch out for "
2333
2338
"when mixing values of different precisions?"
2334
- msgstr "컨텍스트 정밀도가 입력이 아닌 연산 결과에 적용된다는 사실을 확인했습니다. 다른 정밀도의 값을 혼합할 때 주의해야 할 것이 있습니까?"
2339
+ msgstr ""
2340
+ "컨텍스트 정밀도가 입력이 아닌 연산 결과에 적용된다는 사실을 확인했습니다. 다른 정밀도의 값을 혼합할 때 주의해야 할 것이 있습니까?"
2335
2341
2336
2342
#: ../Doc/library/decimal.rst:2091
2337
2343
msgid ""
@@ -2361,7 +2367,7 @@ msgstr ""
2361
2367
2362
2368
#: ../Doc/library/decimal.rst:2119
2363
2369
msgid "Q. Is the CPython implementation fast for large numbers?"
2364
- msgstr ""
2370
+ msgstr "Q. CPython 구현은 커다란 수에서 빠릅니까? "
2365
2371
2366
2372
#: ../Doc/library/decimal.rst:2121
2367
2373
msgid ""
@@ -2377,4 +2383,12 @@ msgid ""
2377
2383
"realize this performance gain, the context needs to be set for unrounded "
2378
2384
"calculations."
2379
2385
msgstr ""
2380
-
2386
+ "A. 예. CPython 과 PyPy3 구현에서, decimal 모듈의 C/CFFI 버전은 임의의 정밀도로 올바르게 자리 올림 되는 십진"
2387
+ " 부동 소수점 산술을 위한 고속 `libmpdec "
2388
+ "<https://www.bytereef.org/mpdecimal/doc/libmpdec/index.html>`_ 라이브러리를 통합합니다."
2389
+ " ``libmpdec``\\ 는 중간 크기의 숫자에는 `카라추바 곱셈(Karatsuba multiplication) "
2390
+ "<https://en.wikipedia.org/wiki/Karatsuba_algorithm>`_\\ 을 사용하고 매우 큰 숫자에는 `수론적"
2391
+ " 변환(Number Theoretic Transform) "
2392
+ "<https://en.wikipedia.org/wiki/Discrete_Fourier_transform_(general)#Number-"
2393
+ "theoretic_transform>`_\\ 을 사용합니다. 하지만, 이 성능 향상을 실현하려면, 컨텍스트를 자리 올림 없는 계산으로 설정"
2394
+ " 해야 합니다."
0 commit comments