@@ -843,17 +843,17 @@ msgstr "``\"+Infinity\"`` ,指示该运算数是正无穷。"
843843
844844#: ../../library/decimal.rst:765
845845msgid "``\" NaN\" ``, indicating that the operand is a quiet NaN (Not a Number)."
846- msgstr ""
846+ msgstr "`` \" NaN \" `` ,指示该运算数是肃静 NaN (非数字)。 "
847847
848848#: ../../library/decimal.rst:766
849849msgid "``\" sNaN\" ``, indicating that the operand is a signaling NaN."
850- msgstr ""
850+ msgstr "`` \" sNaN \" `` ,指示该运算数是信号 NaN 。 "
851851
852852#: ../../library/decimal.rst:770
853853msgid ""
854854"Return a value equal to the first operand after rounding and having the "
855855"exponent of the second operand."
856- msgstr ""
856+ msgstr "返回的值等于四舍五入的第一个运算数并且具有第二个操作数的指数。 "
857857
858858#: ../../library/decimal.rst:776
859859msgid ""
@@ -863,12 +863,14 @@ msgid ""
863863" an error condition, the quantized exponent is always equal to that of the "
864864"right-hand operand."
865865msgstr ""
866+ "与其他运算不同,如果量化运算后的系数长度大于精度,那么会发出一个 :const:`InvalidOperation` "
867+ "信号。这保证了除非有一个错误情况,量化指数恒等于右手运算数的指数。"
866868
867869#: ../../library/decimal.rst:782
868870msgid ""
869871"Also unlike other operations, quantize never signals Underflow, even if the "
870872"result is subnormal and inexact."
871- msgstr ""
873+ msgstr "与其他运算不同,量化永不信号下溢,即使结果不正常且不精确。 "
872874
873875#: ../../library/decimal.rst:785
874876msgid ""
@@ -878,12 +880,14 @@ msgid ""
878880" if neither argument is given the rounding mode of the current thread's "
879881"context is used."
880882msgstr ""
883+ "如果第二个运算数的指数大于第一个运算数的指数那或许需要四舍五入。在这种情况下,舍入模式由给定 ``rounding`` 参数决定,其余的由给定 "
884+ "``context`` 参数决定;如果参数都未给定,使用当前线程上下文的舍入模式。"
881885
882886#: ../../library/decimal.rst:791
883887msgid ""
884888"An error is returned whenever the resulting exponent is greater than "
885889":attr:`Emax` or less than :attr:`Etiny`."
886- msgstr ""
890+ msgstr "每当结果的指数大于 :attr:`Emax` 或小于 :attr:`Etiny` 就会返回错误。 "
887891
888892#: ../../library/decimal.rst:796
889893msgid ""
0 commit comments