Skip to content
Prev Previous commit
Next Next commit
Update library/math.po
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
  • Loading branch information
Carisa-Li and mattwang44 authored Apr 26, 2024
commit 6b067f968ac30005596bf69bdd4d53ec10b3163e
2 changes: 1 addition & 1 deletion library/math.po
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ msgid ""
"zero, then the returned value is ``0``. ``gcd()`` without arguments returns "
"``0``."
msgstr ""
"回傳指定引數的最大公因數。若存在任一非零引數,回傳值為所有引數共有因數中最大"
"回傳指定整數引數的最大公因數。若存在任一非零引數,回傳值為所有引數共有因數中最大"
"的正整數。若所有引數皆為零,則回傳值為 ``0``。``gcd()`` 若未傳入任何引數也將"
"回傳 ``0``。"

Expand Down