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 4925f1b commit 76d05a0Copy full SHA for 76d05a0
library/math.po
@@ -436,7 +436,7 @@ msgstr ""
436
"回傳 *x* 對 *y* 根據 IEEE 754 定義的餘數。對有限數 *x* 及有限非零數 *y*,該餘"
437
"數值為 ``x - n*y``,``n`` 是最接近 ``x / y`` 精確值的整數。若 ``x / y`` 剛好"
438
"位於兩個連續整數的正中間,``n`` 為最接近的 *偶* 數。因此該餘數 ``r = "
439
-"remainder(x, y)`` 必滿足 ``abs(r) <= 0.5 * abs(y)``。"
+"remainder(x, y)`` 總是滿足 ``abs(r) <= 0.5 * abs(y)``。"
440
441
#: ../../library/math.rst:301
442
msgid ""
0 commit comments