Skip to content

Commit 76d05a0

Browse files
Carisa-Liken71301
andauthored
Update library/math.po
Co-authored-by: Payon <ken71301@hotmail.com>
1 parent 4925f1b commit 76d05a0

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
@@ -436,7 +436,7 @@ msgstr ""
436436
"回傳 *x* 對 *y* 根據 IEEE 754 定義的餘數。對有限數 *x* 及有限非零數 *y*,該餘"
437437
"數值為 ``x - n*y``,``n`` 是最接近 ``x / y`` 精確值的整數。若 ``x / y`` 剛好"
438438
"位於兩個連續整數的正中間,``n`` 為最接近的 *偶* 數。因此該餘數 ``r = "
439-
"remainder(x, y)`` 必滿足 ``abs(r) <= 0.5 * abs(y)``。"
439+
"remainder(x, y)`` 總是滿足 ``abs(r) <= 0.5 * abs(y)``。"
440440

441441
#: ../../library/math.rst:301
442442
msgid ""

0 commit comments

Comments
 (0)