@@ -1718,7 +1718,7 @@ msgid ""
1718
1718
"exceptions) except :const:`Inexact`, :const:`Rounded`, and :const:"
1719
1719
"`Subnormal`."
1720
1720
msgstr ""
1721
- "這是由通用十進位算術規格定義的標準 context。精度設定為九。将位設定 "
1721
+ "這是由通用十進位算術規格定義的標準 context。精度設定為九。將位設定 "
1722
1722
"為 :const:`ROUND_HALF_UP`。所有標誌都被清除。所有的 trap 都被啟用(視為"
1723
1723
"例外),除了 :const:`Inexact`、:const:`Rounded` 和 :const:`Subnormal`。"
1724
1724
@@ -1735,7 +1735,7 @@ msgid ""
1735
1735
"`ROUND_HALF_EVEN`. All flags are cleared. No traps are enabled (so that "
1736
1736
"exceptions are not raised during computations)."
1737
1737
msgstr ""
1738
- "這是由通用十進位算術規格定義的標準 context。精度設定為九。将位設定 "
1738
+ "這是由通用十進位算術規格定義的標準 context。精度設定為九。將位設定 "
1739
1739
"為 :const:`ROUND_HALF_EVEN`。所有標誌都被清除。沒有 trap 被啟用(因此"
1740
1740
"在運算過程中不會引發例外)。"
1741
1741
@@ -2241,7 +2241,7 @@ msgid ""
2241
2241
"identity operation."
2242
2242
msgstr ""
2243
2243
"Plus 對應於 Python 中的一元前綴加號運算子。此運算會套用 context 精度和"
2244
- "将位 ,因此它 *不是* 一個恆等運算。"
2244
+ "將位 ,因此它 *不是* 一個恆等運算。"
2245
2245
2246
2246
#: ../../library/decimal.rst:1436
2247
2247
msgid "Return ``x`` to the power of ``y``, reduced modulo ``modulo`` if given."
@@ -2258,8 +2258,8 @@ msgid ""
2258
2258
msgstr ""
2259
2259
"使用兩個引數計算 ``x**y``。如果 ``x`` 是負數,則 ``y`` 必須是整數。"
2260
2260
"除非 ``y`` 是整數且結果是有限的且可以在「精度」位數中精確表示,"
2261
- "否則結果將是不精確的。使用 context 的将位模式 。在 Python 版本中,"
2262
- "結果總是正確将位的 。"
2261
+ "否則結果將是不精確的。使用 context 的將位模式 。在 Python 版本中,"
2262
+ "結果總是正確將位的 。"
2263
2263
2264
2264
#: ../../library/decimal.rst:1444
2265
2265
msgid ""
@@ -2275,8 +2275,8 @@ msgid ""
2275
2275
"`exp` and :meth:`ln` functions. The result is well-defined but only \" almost "
2276
2276
"always correctly rounded\" ."
2277
2277
msgstr ""
2278
- "C 模組以正確将位的 :meth:`exp` 和 :meth:`ln` 函式來計算 :meth:`power`。"
2279
- "結果是定義良好的,但只是「幾乎總是正確将位 」。"
2278
+ "C 模組以正確將位的 :meth:`exp` 和 :meth:`ln` 函式來計算 :meth:`power`。"
2279
+ "結果是定義良好的,但只是「幾乎總是正確將位 」。"
2280
2280
2281
2281
#: ../../library/decimal.rst:1452
2282
2282
msgid ""
@@ -2320,7 +2320,7 @@ msgstr ""
2320
2320
#: ../../library/decimal.rst:1470
2321
2321
msgid "Returns a value equal to *x* (rounded), having the exponent of *y*."
2322
2322
msgstr ""
2323
- "返回等於 *x*(将位後 )的值,具有 *y* 的指數。"
2323
+ "返回等於 *x*(將位後 )的值,具有 *y* 的指數。"
2324
2324
2325
2325
#: ../../library/decimal.rst:1475
2326
2326
msgid "Just returns 10, as this is Decimal, :)"
@@ -3462,7 +3462,7 @@ msgid ""
3462
3462
"Q. Within a complex calculation, how can I make sure that I haven't gotten a "
3463
3463
"spurious result because of insufficient precision or rounding anomalies."
3464
3464
msgstr ""
3465
- "Q. 在複雜計算中,我如何確保沒有因為精度不足或将位異常而得到虛假結果 。"
3465
+ "Q. 在複雜計算中,我如何確保沒有因為精度不足或將位異常而得到虛假結果 。"
3466
3466
3467
3467
#: ../../library/decimal.rst:2200
3468
3468
msgid ""
@@ -3471,8 +3471,8 @@ msgid ""
3471
3471
"Widely differing results indicate insufficient precision, rounding mode "
3472
3472
"issues, ill-conditioned inputs, or a numerically unstable algorithm."
3473
3473
msgstr ""
3474
- "A. decimal 模組使得測試結果很容易。最佳做法是使用更高精度和各種将位 "
3475
- "模式重新執行計算。差異很大的結果表示精度不足、将位模式問題 、"
3474
+ "A. decimal 模組使得測試結果很容易。最佳做法是使用更高精度和各種將位 "
3475
+ "模式重新執行計算。差異很大的結果表示精度不足、將位模式問題 、"
3476
3476
"情況不佳的輸入或數值不穩定的演算法。"
3477
3477
3478
3478
#: ../../library/decimal.rst:2205
@@ -3553,7 +3553,7 @@ msgid ""
3553
3553
msgstr ""
3554
3554
"A. 是的。在 CPython 和 PyPy3 實作中,decimal 模組的 C/CFFI 版本整合了高速"
3555
3555
"`libmpdec <https://www.bytereef.org/mpdecimal/doc/libmpdec/index.html>`_ 程式庫,"
3556
- "用於任意精度正確将位的十進位浮點運算 [#]_。``libmpdec`` 對中等大小的"
3556
+ "用於任意精度正確將位的十進位浮點運算 [#]_。``libmpdec`` 對中等大小的"
3557
3557
"數字使用 `Karatsuba 乘法 <https://en.wikipedia.org/wiki/Karatsuba_algorithm>`_,"
3558
3558
"對於非常大的數字使用 `數論變換 <https://en.wikipedia.org/wiki/"
3559
3559
"Discrete_Fourier_transform_(general)#Number-theoretic_transform>`_。"
0 commit comments