Skip to content

Commit 6adc91d

Browse files
Carisa-Liken71301
andauthored
Update library/math.po
Co-authored-by: Payon <ken71301@hotmail.com>
1 parent 74a9ba6 commit 6adc91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/math.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ msgid ""
159159
"to \"pick apart\" the internal representation of a float in a portable way."
160160
msgstr ""
161161
"以 ``(m, e)`` 對的格式回傳 *x* 的尾數 *m* 及指數 *e*。*m* 是浮點數而 *e* 是整"
162-
"數,且兩者精確地使 ``x == m * 2**e``。若 *x* 為零回傳 ``(0.0, 0)``,否則令 "
162+
"數,且兩者精確地使 ``x == m * 2**e``。若 *x* 為零,回傳 ``(0.0, 0)``,否則令 "
163163
"``0.5 <= abs(m) < 1``。此函式用於以可攜的方式「分割」浮點數內部表示法。"
164164

165165
#: ../../library/math.rst:110

0 commit comments

Comments
 (0)