@@ -8,7 +8,7 @@ msgstr ""
88"Project-Id-Version :Python 3.12\n "
99"Report-Msgid-Bugs-To :\n "
1010"POT-Creation-Date :2023-07-17 17:39+0800\n "
11- "PO-Revision-Date :2018-05-23 16:05+0000 \n "
11+ "PO-Revision-Date :2024-01-03 17:00+0800 \n "
1212"Last-Translator :Adrian Liaw <adrianliaw2000@gmail.com>\n "
1313"Language-Team :Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
1414"tw)\n "
@@ -17,6 +17,7 @@ msgstr ""
1717"Content-Type :text/plain; charset=UTF-8\n "
1818"Content-Transfer-Encoding :8bit\n "
1919"Plural-Forms :nplurals=1; plural=0;\n "
20+ "X-Generator :Poedit 3.4.2\n "
2021
2122#: ../../library/math.rst:2
2223msgid ":mod:`math` --- Mathematical functions"
@@ -26,7 +27,7 @@ msgstr ":mod:`math` --- 數學函式"
2627msgid ""
2728"This module provides access to the mathematical functions defined by the C "
2829"standard."
29- msgstr ""
30+ msgstr "此模組提供對 C 標準中定義的數學相關函式的存取。 "
3031
3132#: ../../library/math.rst:16
3233msgid ""
@@ -39,12 +40,16 @@ msgid ""
3940"of the unexpected complex number used as a parameter, so that the programmer "
4041"can determine how and why it was generated in the first place."
4142msgstr ""
43+ "這些函式不支援複數;若您需要計算複數,請使用 :mod:`cmath` 模組的同名函式。這"
44+ "是因為大多數的使用者並不想學習那麼多理解複數所需的數學概念,所以根據支援複數"
45+ "與否分為兩種函式。收到一個例外而非複數回傳值,有助於程式設計師提早察覺參數中"
46+ "包含非預期的複數,進而從源頭查出導致此情況的原因。"
4247
4348#: ../../library/math.rst:25
4449msgid ""
4550"The following functions are provided by this module. Except when explicitly "
4651"noted otherwise, all return values are floats."
47- msgstr ""
52+ msgstr "此模組提供下列函式。除非特意註明,否則回傳值皆為浮點數。 "
4853
4954#: ../../library/math.rst:30
5055msgid "Number-theoretic and representation functions"