Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8127bce commit 10e7921Copy full SHA for 10e7921
1 file changed
library/decimal.po
@@ -1919,6 +1919,8 @@ msgid ""
1919
"infinity can result from rounding beyond the limits of the largest "
1920
"representable number."
1921
msgstr ""
1922
+"无穷大可以使用 ``Decimal('Infinity')`` 来构建。 它们也可以在不捕获 :exc:`DivisionByZero` "
1923
+"信号捕获时通过除以零来产生。 类似地,当不捕获 :exc:`Overflow` 信号时,也可以通过舍入到超出最大可表示数字限制的方式产生无穷大的结果。"
1924
1925
#: ../../library/decimal.rst:1727
1926
msgid ""
0 commit comments