@@ -1422,83 +1422,83 @@ msgstr "如果 *x* 为零则返回 ``True``;否则返回 ``False``。"
14221422
14231423#: ../../library/decimal.rst:1255
14241424msgid "Returns the natural (base e) logarithm of *x*."
1425- msgstr ""
1425+ msgstr "返回 *x* 的自然对数(以 e 为底)。 "
14261426
14271427#: ../../library/decimal.rst:1260
14281428msgid "Returns the base 10 logarithm of *x*."
1429- msgstr ""
1429+ msgstr "返回 *x* 的以 10 为底的对数。 "
14301430
14311431#: ../../library/decimal.rst:1265
14321432msgid "Returns the exponent of the magnitude of the operand's MSD."
1433- msgstr ""
1433+ msgstr "返回操作数的 MSD 等级的指数。 "
14341434
14351435#: ../../library/decimal.rst:1270
14361436msgid "Applies the logical operation *and* between each operand's digits."
1437- msgstr ""
1437+ msgstr "在操作数的每个数位间应用逻辑运算 *and*。 "
14381438
14391439#: ../../library/decimal.rst:1275
14401440msgid "Invert all the digits in *x*."
1441- msgstr ""
1441+ msgstr "反转 *x* 中的所有数位。 "
14421442
14431443#: ../../library/decimal.rst:1280
14441444msgid "Applies the logical operation *or* between each operand's digits."
1445- msgstr ""
1445+ msgstr "在操作数的每个数位间应用逻辑运算 *or*。 "
14461446
14471447#: ../../library/decimal.rst:1285
14481448msgid "Applies the logical operation *xor* between each operand's digits."
1449- msgstr ""
1449+ msgstr "在操作数的每个数位间应用逻辑运算 *xor*。 "
14501450
14511451#: ../../library/decimal.rst:1290
14521452msgid "Compares two values numerically and returns the maximum."
1453- msgstr ""
1453+ msgstr "对两个值执行数字比较并返回其中的最大值。 "
14541454
14551455#: ../../library/decimal.rst:1295 ../../library/decimal.rst:1305
14561456msgid "Compares the values numerically with their sign ignored."
1457- msgstr ""
1457+ msgstr "对两个值执行忽略正负号的数字比较。 "
14581458
14591459#: ../../library/decimal.rst:1300
14601460msgid "Compares two values numerically and returns the minimum."
1461- msgstr ""
1461+ msgstr "对两个值执行数字比较并返回其中的最小值。 "
14621462
14631463#: ../../library/decimal.rst:1310
14641464msgid "Minus corresponds to the unary prefix minus operator in Python."
1465- msgstr ""
1465+ msgstr "对应于 Python 中的单目前缀取负运算符执行取负操作。 "
14661466
14671467#: ../../library/decimal.rst:1315
14681468msgid "Return the product of *x* and *y*."
1469- msgstr ""
1469+ msgstr "返回 *x* 和 *y* 的积。 "
14701470
14711471#: ../../library/decimal.rst:1320
14721472msgid "Returns the largest representable number smaller than *x*."
1473- msgstr ""
1473+ msgstr "返回小于 *x* 的最大数字表示形式。 "
14741474
14751475#: ../../library/decimal.rst:1325
14761476msgid "Returns the smallest representable number larger than *x*."
1477- msgstr ""
1477+ msgstr "返回大于 *x* 的最小数字表示形式。 "
14781478
14791479#: ../../library/decimal.rst:1330
14801480msgid "Returns the number closest to *x*, in direction towards *y*."
1481- msgstr ""
1481+ msgstr "返回 *x* 趋向于 *y* 的最接近的数字。 "
14821482
14831483#: ../../library/decimal.rst:1335
14841484msgid "Reduces *x* to its simplest form."
1485- msgstr ""
1485+ msgstr "将 *x* 改写为最简形式。 "
14861486
14871487#: ../../library/decimal.rst:1340
14881488msgid "Returns an indication of the class of *x*."
1489- msgstr ""
1489+ msgstr "返回 *x* 的类的表示。 "
14901490
14911491#: ../../library/decimal.rst:1345
14921492msgid ""
14931493"Plus corresponds to the unary prefix plus operator in Python. This "
14941494"operation applies the context precision and rounding, so it is *not* an "
14951495"identity operation."
1496- msgstr ""
1496+ msgstr "对应于 Python 中的单目前缀取正运算符执行取正操作。 此操作将应用上下文精度和舍入,因此它 *不是* 标识运算。 "
14971497
14981498#: ../../library/decimal.rst:1352
14991499msgid ""
15001500"Return ``x`` to the power of ``y``, reduced modulo ``modulo`` if given."
1501- msgstr ""
1501+ msgstr "返回 ``x`` 的 ``y`` 次方,如果给出了模数 ``modulo`` 则取其余数。 "
15021502
15031503#: ../../library/decimal.rst:1354
15041504msgid ""
0 commit comments