@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : Python 3.12\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"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 "
12
12
"
Last-Translator :
Adrian Liaw <[email protected] >\n "
13
13
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
14
14
"tw)\n "
@@ -17,6 +17,7 @@ msgstr ""
17
17
"Content-Type : text/plain; charset=UTF-8\n "
18
18
"Content-Transfer-Encoding : 8bit\n "
19
19
"Plural-Forms : nplurals=1; plural=0;\n "
20
+ "X-Generator : Poedit 3.4.2\n "
20
21
21
22
#: ../../library/math.rst:2
22
23
msgid ":mod:`math` --- Mathematical functions"
@@ -26,7 +27,7 @@ msgstr ":mod:`math` --- 數學函式"
26
27
msgid ""
27
28
"This module provides access to the mathematical functions defined by the C "
28
29
"standard."
29
- msgstr ""
30
+ msgstr "此模組提供對 C 標準中定義的數學相關函式的存取。 "
30
31
31
32
#: ../../library/math.rst:16
32
33
msgid ""
@@ -39,12 +40,16 @@ msgid ""
39
40
"of the unexpected complex number used as a parameter, so that the programmer "
40
41
"can determine how and why it was generated in the first place."
41
42
msgstr ""
43
+ "這些函式不支援複數;若您需要計算複數,請使用 :mod:`cmath` 模組的同名函式。這"
44
+ "是因為大多數的使用者並不想學習那麼多理解複數所需的數學概念,所以根據支援複數"
45
+ "與否分為兩種函式。收到一個例外而非複數回傳值,有助於程式設計師提早察覺參數中"
46
+ "包含非預期的複數,進而從源頭查出導致此情況的原因。"
42
47
43
48
#: ../../library/math.rst:25
44
49
msgid ""
45
50
"The following functions are provided by this module. Except when explicitly "
46
51
"noted otherwise, all return values are floats."
47
- msgstr ""
52
+ msgstr "此模組提供下列函式。除非特意註明,否則回傳值皆為浮點數。 "
48
53
49
54
#: ../../library/math.rst:30
50
55
msgid "Number-theoretic and representation functions"
0 commit comments