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 74a9ba6 commit 6adc91dCopy full SHA for 6adc91d
library/math.po
@@ -159,7 +159,7 @@ msgid ""
159
"to \"pick apart\" the internal representation of a float in a portable way."
160
msgstr ""
161
"以 ``(m, e)`` 對的格式回傳 *x* 的尾數 *m* 及指數 *e*。*m* 是浮點數而 *e* 是整"
162
-"數,且兩者精確地使 ``x == m * 2**e``。若 *x* 為零回傳 ``(0.0, 0)``,否則令 "
+"數,且兩者精確地使 ``x == m * 2**e``。若 *x* 為零,回傳 ``(0.0, 0)``,否則令 "
163
"``0.5 <= abs(m) < 1``。此函式用於以可攜的方式「分割」浮點數內部表示法。"
164
165
#: ../../library/math.rst:110
0 commit comments