11# SOME DESCRIPTIVE TITLE.
2- # Copyright (C) 2001-2018 , Python Software Foundation
2+ # Copyright (C) 2001-2019 , Python Software Foundation
33# This file is distributed under the same license as the Python package.
44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
6+ # Translators:
7+ # focusheart <[email protected] >, 20198+ #
69#, fuzzy
710msgid ""
811msgstr ""
912"Project-Id-Version : Python 3.7\n "
1013"Report-Msgid-Bugs-To : \n "
11- "POT-Creation-Date : 2018-06-30 05:56+0900\n "
12- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14+ "POT-Creation-Date : 2019-01-01 10:14+0900\n "
15+ "PO-Revision-Date : 2017-02-16 23:18+0000\n "
16+ "
Last-Translator :
focusheart <[email protected] >, 2019\n "
1317"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1418"MIME-Version : 1.0\n "
1519"Content-Type : text/plain; charset=UTF-8\n "
@@ -19,13 +23,13 @@ msgstr ""
1923
2024#: ../../library/math.rst:2
2125msgid ":mod:`math` --- Mathematical functions"
22- msgstr ""
26+ msgstr ":mod:`math` --- 数学函数 "
2327
2428#: ../../library/math.rst:13
2529msgid ""
2630"This module is always available. It provides access to the mathematical "
2731"functions defined by the C standard."
28- msgstr ""
32+ msgstr "该模块始终可用。它提供对C 语言标准定义的数学函数的访问。 "
2933
3034#: ../../library/math.rst:16
3135msgid ""
@@ -43,18 +47,20 @@ msgstr ""
4347msgid ""
4448"The following functions are provided by this module. Except when explicitly"
4549" noted otherwise, all return values are floats."
46- msgstr ""
50+ msgstr "该模块提供了以下函数。除非另有明确说明,否则所有返回值均为浮点数。 "
4751
4852#: ../../library/math.rst:30
4953msgid "Number-theoretic and representation functions"
50- msgstr ""
54+ msgstr "数论与表示函数 "
5155
5256#: ../../library/math.rst:34
5357msgid ""
5458"Return the ceiling of *x*, the smallest integer greater than or equal to "
5559"*x*. If *x* is not a float, delegates to ``x.__ceil__()``, which should "
5660"return an :class:`~numbers.Integral` value."
5761msgstr ""
62+ "返回 *x* 的上限,即大于或者等于 *x* 的最小整数。如果 *x* 不是一个浮点数,则委托 ``x.__ceil__()``, 返回一个 "
63+ ":class:`~numbers.Integral` 类的值。"
5864
5965#: ../../library/math.rst:41
6066msgid ""
@@ -65,13 +71,13 @@ msgstr ""
6571
6672#: ../../library/math.rst:48
6773msgid "Return the absolute value of *x*."
68- msgstr ""
74+ msgstr "返回 *x* 的绝对值。 "
6975
7076#: ../../library/math.rst:53
7177msgid ""
7278"Return *x* factorial. Raises :exc:`ValueError` if *x* is not integral or is"
7379" negative."
74- msgstr ""
80+ msgstr "返回 *x* 的阶乘。当*x*不是整数或者是负数时,引发 :exc:`ValueError` 异常。 "
7581
7682#: ../../library/math.rst:59
7783msgid ""
0 commit comments