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 f06ee55 commit 8853a01Copy full SHA for 8853a01
library/math.po
@@ -300,7 +300,7 @@ msgid ""
300
"the exact square root of *n*. For positive *n*, this can be computed using "
301
"``a = 1 + isqrt(n - 1)``."
302
msgstr ""
303
-"於有些應用中,取得滿足 ``n ≤ a²`` 的最小整數值 *a* ── 或者說 *n* 精確平方根經"
+"於有些應用程式中,取得滿足 *n* |nbsp| ≤ |nbsp| *a*\\ ² 的最小整數值 *a* ── 或者說 *n* 精確平方根經"
304
"上取整的值 ── 會更加方便。對正數 *n*,此值可使用 ``a = 1 + isqrt(n - 1)`` 計"
305
"算。"
306
0 commit comments