Thanks to visit codestin.com Credit goes to github.com
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 6ced933 commit a20815eCopy full SHA for a20815e
library/stdtypes.po
@@ -390,7 +390,7 @@ msgid ""
390
msgstr ""
391
"數字型別共有三種::dfn:`integers`、:dfn:`floating "
392
"point numbers` 及 :dfn:`complex numbers`\\ 。此外,Boolean 為為整數中的"
393
-"一個子型別。整數有無限的精度。浮點數通常使用 C 裡面的 :c:expr:`double`"
+"一個子型別。整數有無限的精度。浮點數通常使用 C 裡面的 :c:expr:`double` "
394
"實現。關於在你程式所運作的機器上之浮點數的精度及內部表示法可以在 :data:`sys."
395
"float_info` 進行查找。複數包含實數及虛數的部分,這兩部分各自是一個浮點數。"
396
"若要從一個複數 *z* 提取這兩部分,需使用 ``z.real`` 及 ``z.imag``\\ 。(標準程式"
0 commit comments