@@ -649,7 +649,8 @@ msgstr "如果参数为 NaN (无论是否静默),则返回为 :const:`True
649649msgid ""
650650"Return :const:`True` if the argument is a *normal* finite number. Return "
651651":const:`False` if the argument is zero, subnormal, infinite or a NaN."
652- msgstr "如果参数是一个有限正规数,返回 :const:`True`,如果参数是0、次正规数、无穷大或是NaN,返回 :const:`False`。"
652+ msgstr ""
653+ "如果参数是一个 *标准的* 有限数则返回 :const:`True`。 如果参数为零、次标准数、无穷大或 NaN 则返回 :const:`False`。"
653654
654655#: ../../library/decimal.rst:636
655656msgid ""
@@ -673,7 +674,7 @@ msgstr "如果参数为显式 NaN,则返回 :const:`True`,否则返回 :cons
673674msgid ""
674675"Return :const:`True` if the argument is subnormal, and :const:`False` "
675676"otherwise."
676- msgstr "如果参数为次正规数 ,则返回 :const:`True`,否则返回 :const:`False`。"
677+ msgstr "如果参数为次标准数 ,则返回 :const:`True`,否则返回 :const:`False`。"
677678
678679#: ../../library/decimal.rst:656
679680msgid ""
@@ -820,7 +821,7 @@ msgstr "``\"-Normal\"`` ,指示该运算数是负正常数字。"
820821
821822#: ../../library/decimal.rst:759
822823msgid "``\" -Subnormal\" ``, indicating that the operand is negative and subnormal."
823- msgstr "``\" -Subnormal\" `` ,指示该运算数是负的次正规数 。"
824+ msgstr "``\" -Subnormal\" `` ,指示该运算数是负的次标准数 。"
824825
825826#: ../../library/decimal.rst:760
826827msgid "``\" -Zero\" ``, indicating that the operand is a negative zero."
@@ -832,11 +833,11 @@ msgstr "``\"-Zero\"`` ,指示该运算数是正零。"
832833
833834#: ../../library/decimal.rst:762
834835msgid "``\" +Subnormal\" ``, indicating that the operand is positive and subnormal."
835- msgstr "``\" +Subnormal\" `` ,指示该运算数是正的次正规数 。"
836+ msgstr "``\" +Subnormal\" `` ,指示该运算数是正的次标准数 。"
836837
837838#: ../../library/decimal.rst:763
838839msgid "``\" +Normal\" ``, indicating that the operand is a positive normal number."
839- msgstr "``\" +Normal\" `` ,指示该运算数是正的正规数 。"
840+ msgstr "``\" +Normal\" `` ,指示该运算数是正的标准数 。"
840841
841842#: ../../library/decimal.rst:764
842843msgid "``\" +Infinity\" ``, indicating that the operand is positive infinity."
@@ -1297,7 +1298,7 @@ msgid ""
12971298"value for subnormal results. When underflow occurs, the exponent is set to "
12981299":const:`Etiny`."
12991300msgstr ""
1300- "返回一个等于 ``Emin - prec + 1`` 的值即次正规化结果中的最小指数值 。 当发生向下溢出时,指数会设为 :const:`Etiny`。"
1301+ "返回一个等于 ``Emin - prec + 1`` 的值即次标准化结果中的最小指数值 。 当发生向下溢出时,指数会设为 :const:`Etiny`。"
13011302
13021303#: ../../library/decimal.rst:1118
13031304msgid "Returns a value equal to ``Emax - prec + 1``."
@@ -1333,91 +1334,91 @@ msgstr "对 *x* 与 *y* 进行数值比较。"
13331334
13341335#: ../../library/decimal.rst:1150
13351336msgid "Compares the values of the two operands numerically."
1336- msgstr ""
1337+ msgstr "对两个操作数进行数值比较。 "
13371338
13381339#: ../../library/decimal.rst:1155
13391340msgid "Compares two operands using their abstract representation."
1340- msgstr ""
1341+ msgstr "对两个操作数使用其抽象表示进行比较。 "
13411342
13421343#: ../../library/decimal.rst:1160
13431344msgid ""
13441345"Compares two operands using their abstract representation, ignoring sign."
1345- msgstr ""
1346+ msgstr "对两个操作数使用其抽象表示进行比较,忽略符号。 "
13461347
13471348#: ../../library/decimal.rst:1165
13481349msgid "Returns a copy of *x* with the sign set to 0."
1349- msgstr ""
1350+ msgstr "返回 *x* 的副本,符号设为 0。 "
13501351
13511352#: ../../library/decimal.rst:1170
13521353msgid "Returns a copy of *x* with the sign inverted."
1353- msgstr ""
1354+ msgstr "返回 *x* 的副本,符号取反。 "
13541355
13551356#: ../../library/decimal.rst:1175
13561357msgid "Copies the sign from *y* to *x*."
1357- msgstr ""
1358+ msgstr "从 *y* 拷贝符号至 *x*。 "
13581359
13591360#: ../../library/decimal.rst:1180
13601361msgid "Return *x* divided by *y*."
1361- msgstr ""
1362+ msgstr "返回 *x* 除以 *y* 的结果。 "
13621363
13631364#: ../../library/decimal.rst:1185
13641365msgid "Return *x* divided by *y*, truncated to an integer."
1365- msgstr ""
1366+ msgstr "返回 *x* 除以 *y* 的结果,截短为整数。 "
13661367
13671368#: ../../library/decimal.rst:1190
13681369msgid "Divides two numbers and returns the integer part of the result."
1369- msgstr ""
1370+ msgstr "两个数字相除并返回结果的整数部分。 "
13701371
13711372#: ../../library/decimal.rst:1195
13721373msgid "Returns `e ** x`."
1373- msgstr ""
1374+ msgstr "返回 `e ** x`。 "
13741375
13751376#: ../../library/decimal.rst:1200
13761377msgid "Returns *x* multiplied by *y*, plus *z*."
1377- msgstr ""
1378+ msgstr "返回 *x* 乘以 *y* 再加 *z* 的结果。 "
13781379
13791380#: ../../library/decimal.rst:1205
13801381msgid "Returns ``True`` if *x* is canonical; otherwise returns ``False``."
1381- msgstr ""
1382+ msgstr "如果 *x* 是规范的则返回 ``True``;否则返回 ``False``。 "
13821383
13831384#: ../../library/decimal.rst:1210
13841385msgid "Returns ``True`` if *x* is finite; otherwise returns ``False``."
1385- msgstr ""
1386+ msgstr "如果 *x* 为有限的则返回``True``;否则返回 ``False``。 "
13861387
13871388#: ../../library/decimal.rst:1215
13881389msgid "Returns ``True`` if *x* is infinite; otherwise returns ``False``."
1389- msgstr ""
1390+ msgstr "如果 *x* 是无限的则返回 ``True``;否则返回 ``False``。 "
13901391
13911392#: ../../library/decimal.rst:1220
13921393msgid ""
13931394"Returns ``True`` if *x* is a qNaN or sNaN; otherwise returns ``False``."
1394- msgstr ""
1395+ msgstr "如果 *x* 是 qNaN 或 sNaN 则返回 ``True``;否则返回 ``False``。 "
13951396
13961397#: ../../library/decimal.rst:1225
13971398msgid ""
13981399"Returns ``True`` if *x* is a normal number; otherwise returns ``False``."
1399- msgstr ""
1400+ msgstr "如果 *x* 是标准数则返回 ``True``;否则返回 ``False``。 "
14001401
14011402#: ../../library/decimal.rst:1230
14021403msgid "Returns ``True`` if *x* is a quiet NaN; otherwise returns ``False``."
1403- msgstr ""
1404+ msgstr "如果 *x* 是静默 NaN 则返回 ``True``;否则返回 ``False``。 "
14041405
14051406#: ../../library/decimal.rst:1235
14061407msgid "Returns ``True`` if *x* is negative; otherwise returns ``False``."
1407- msgstr ""
1408+ msgstr "*x* 是负数则返回 ``True``;否则返回 ``False``。 "
14081409
14091410#: ../../library/decimal.rst:1240
14101411msgid ""
14111412"Returns ``True`` if *x* is a signaling NaN; otherwise returns ``False``."
1412- msgstr ""
1413+ msgstr "如果 *x* 是显式 NaN 则返回 ``True``;否则返回 ``False``。 "
14131414
14141415#: ../../library/decimal.rst:1245
14151416msgid "Returns ``True`` if *x* is subnormal; otherwise returns ``False``."
1416- msgstr ""
1417+ msgstr "如果 *x* 是次标准数则返回 ``True``;否则返回 ``False``。 "
14171418
14181419#: ../../library/decimal.rst:1250
14191420msgid "Returns ``True`` if *x* is a zero; otherwise returns ``False``."
1420- msgstr ""
1421+ msgstr "如果 *x* 为零则返回 ``True``;否则返回 ``False``。 "
14211422
14221423#: ../../library/decimal.rst:1255
14231424msgid "Returns the natural (base e) logarithm of *x*."
0 commit comments