We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6cb34af commit550279dCopy full SHA for 550279d
faq/design.po
@@ -9,7 +9,7 @@ msgstr ""
9
"Project-Id-Version:Python 3.10\n"
10
"Report-Msgid-Bugs-To:\n"
11
"POT-Creation-Date:2022-07-06 00:17+0000\n"
12
-"PO-Revision-Date:2022-08-22 22:22+0800\n"
+"PO-Revision-Date:2022-08-23 16:35+0800\n"
13
"Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
14
"Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
15
"tw)\n"
@@ -129,7 +129,7 @@ msgid ""
129
"point operations. This means that as far as floating-point operations are "
130
"concerned, Python behaves like many popular languages including C and Java."
131
msgstr""
132
-"CPython 的 :class:`float` 型別使用了 C 的 ``double`` 型別來儲存。一個 class:"
+"CPython 的 :class:`float` 型別使用了 C 的 ``double`` 型別來儲存。一個:class:"
133
"`float` 物件的值會以固定的精度(通常為 53 位元)存為二進制浮點數,Python 使"
134
"用 C 來運算浮點數,而他的結果會依處理器中的硬體實作方式來決定。這表示就浮點數"
135
"運算來說,Python 和 C、Java 等很多受歡迎的語言有一樣的表現。"