We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d05a0 commit 1a13886Copy full SHA for 1a13886
library/math.po
@@ -446,7 +446,7 @@ msgid ""
446
"remainder operation is zero, that zero will have the same sign as *x*."
447
msgstr ""
448
"特殊情況遵循 IEEE 754:特別是,對任何有限數 *x*,``remainder(x, math.inf)`` "
449
-"值為 *x*;對任何非 ``NaN`` 值 *x*,``remainder(x, 0)`` 及 ``remainder(math."
+"值為 *x*;對任何非 ``NaN`` 值的 *x*,``remainder(x, 0)`` 及 ``remainder(math."
450
"inf, x)`` 會引發 :exc:`ValueError`。若取餘數操作的結果為零,則該零值會與 *x* "
451
"同號。"
452
0 commit comments