From 2cdd3dd6f25f0a979a7560711cc8ef766d3a19c6 Mon Sep 17 00:00:00 2001 From: CA Date: Mon, 23 Sep 2024 13:33:23 +0800 Subject: [PATCH] Translate library/numeric.po --- library/numeric.po | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library/numeric.po b/library/numeric.po index f95652f63e..064f8e0530 100644 --- a/library/numeric.po +++ b/library/numeric.po @@ -32,7 +32,11 @@ msgid "" "mod:`decimal` module supports exact representations of decimal numbers, " "using arbitrary precision arithmetic." msgstr "" +"本章所描述的模組提供了數值和與數學相關的函式和資料型別。:mod:`numbers` 模組定" +"義了數值型別的抽象階層結構。:mod:`math` 和 :mod:`cmath` 模組包含了用於浮點數" +"和複數的各種數學函式。:mod:`decimal` 模組支援對十進位數字的精確表示以及任意精" +"度的算術運算。" #: ../../library/numeric.rst:15 msgid "The following modules are documented in this chapter:" -msgstr "" +msgstr "本章節包含下列的模組:"