@@ -162,12 +162,13 @@ msgid ""
162162"from 1 along the real axis to ∞, continuous from below. The other extends "
163163"left from -1 along the real axis to -∞, continuous from above."
164164msgstr ""
165- "返回*x*的反余弦。这里有两个分歧点:一个沿着实轴从1向右延伸到∞,从下面连续延伸。另外一个沿着实轴从-1向左延伸到 -∞,从上面连续延伸。"
165+ "返回 *x* 的反余弦。这里有两个分歧点:一个沿着实轴从 1 向右延伸到 ∞,从下面连续延伸。另外一个沿着实轴从 -1 向左延伸到 "
166+ "-∞,从上面连续延伸。"
166167
167168#: ../../library/cmath.rst:122
168169msgid ""
169170"Return the arc sine of *x*. This has the same branch cuts as :func:`acos`."
170- msgstr "返回*x*的反正弦。它与:func:`acos`有相同的分歧点。"
171+ msgstr "返回 *x* 的反正弦。它与 :func:`acos` 有相同的分歧点。"
171172
172173#: ../../library/cmath.rst:127
173174msgid ""
@@ -176,20 +177,20 @@ msgid ""
176177"other extends from ``-1j`` along the imaginary axis to ``-∞j``, continuous "
177178"from the left."
178179msgstr ""
179- "返回*x*的反正切。它具有两个分歧点:一个沿着虚轴从``1j`` "
180- "延伸到``∞j``,向右持续延伸。另一个是沿着虚轴从``-1j``延伸到``- ∞j``,向左持续延伸。"
180+ "返回 *x* 的反正切。它具有两个分歧点:一个沿着虚轴从 ``1j`` 延伸到 ``∞j``,向右持续延伸。另一个是沿着虚轴从 ``-1j`` 延伸到 "
181+ " ``- ∞j`` ,向左持续延伸。"
181182
182183#: ../../library/cmath.rst:135
183184msgid "Return the cosine of *x*."
184- msgstr "返回*x*的余弦。"
185+ msgstr "返回 *x* 的余弦。"
185186
186187#: ../../library/cmath.rst:140
187188msgid "Return the sine of *x*."
188- msgstr "返回*x*的正弦。"
189+ msgstr "返回 *x* 的正弦。"
189190
190191#: ../../library/cmath.rst:145
191192msgid "Return the tangent of *x*."
192- msgstr "返回*x*的正切。"
193+ msgstr "返回 *x* 的正切。"
193194
194195#: ../../library/cmath.rst:149
195196msgid "Hyperbolic functions"
@@ -199,7 +200,7 @@ msgstr "双曲函数"
199200msgid ""
200201"Return the inverse hyperbolic cosine of *x*. There is one branch cut, "
201202"extending left from 1 along the real axis to -∞, continuous from above."
202- msgstr "返回*x*的反双曲余弦。它有一个分歧点沿着实轴从1到 -∞ 向左延伸,从上方持续延伸。"
203+ msgstr "返回 *x* 的反双曲余弦。它有一个分歧点沿着实轴从 1 到 -∞ 向左延伸,从上方持续延伸。"
203204
204205#: ../../library/cmath.rst:159
205206msgid ""
@@ -208,8 +209,8 @@ msgid ""
208209"right. The other extends from ``-1j`` along the imaginary axis to ``-∞j``, "
209210"continuous from the left."
210211msgstr ""
211- "返回*x*的反双曲正弦。它有两个分歧点:一个沿着虚轴从``1j`` "
212- "向右持续延伸到``∞j``。另一个是沿着虚轴从``-1j``向左持续延伸到 ``-∞j``。"
212+ "返回 *x* 的反双曲正弦。它有两个分歧点:一个沿着虚轴从``1j`` 向右持续延伸到 ``∞j``。另一个是沿着虚轴从 ``-1j`` 向左持续延伸到 "
213+ " ``-∞j``。"
213214
214215#: ../../library/cmath.rst:167
215216msgid ""
@@ -218,6 +219,8 @@ msgid ""
218219" other extends from ``-1`` along the real axis to ``-∞``, continuous from "
219220"above."
220221msgstr ""
222+ "返回 *x* 的反双曲正切。它有两个分歧点:一个是沿着实轴从 ``1`` 延展到 ``∞``,从下面持续延展。另一个是沿着实轴从 ``-1`` 延展到 "
223+ "``-∞``,从上面持续延展。"
221224
222225#: ../../library/cmath.rst:175
223226msgid "Return the hyperbolic cosine of *x*."
@@ -239,19 +242,19 @@ msgstr "分类函数"
239242msgid ""
240243"Return ``True`` if both the real and imaginary parts of *x* are finite, and "
241244"``False`` otherwise."
242- msgstr "如果*x*的实部和虚部都是有限的,则返回``True``,否则返回``False``。"
245+ msgstr "如果 *x* 的实部和虚部都是有限的,则返回 ``True``,否则返回 ``False``。"
243246
244247#: ../../library/cmath.rst:201
245248msgid ""
246249"Return ``True`` if either the real or the imaginary part of *x* is an "
247250"infinity, and ``False`` otherwise."
248- msgstr "如果*x*的实部或者虚部是无穷大的,则返回``True``,否则返回``False``。"
251+ msgstr "如果 *x* 的实部或者虚部是无穷大的,则返回 ``True``,否则返回 ``False``。"
249252
250253#: ../../library/cmath.rst:207
251254msgid ""
252255"Return ``True`` if either the real or the imaginary part of *x* is a NaN, "
253256"and ``False`` otherwise."
254- msgstr "如果*x*的实部或者虚部是NaN ,则返回``True``,否则返回``False``。"
257+ msgstr "如果 *x* 的实部或者虚部是 NaN ,则返回 ``True`` ,否则返回 ``False``。"
255258
256259#: ../../library/cmath.rst:213
257260msgid ""
@@ -310,37 +313,37 @@ msgstr "常数"
310313
311314#: ../../library/cmath.rst:248
312315msgid "The mathematical constant *π*, as a float."
313- msgstr "数学常数*π*,作为一个浮点数。"
316+ msgstr "数学常数 *π* ,作为一个浮点数。"
314317
315318#: ../../library/cmath.rst:253
316319msgid "The mathematical constant *e*, as a float."
317- msgstr "数学常数*e*,作为一个浮点数。"
320+ msgstr "数学常数 *e* ,作为一个浮点数。"
318321
319322#: ../../library/cmath.rst:258
320323msgid "The mathematical constant *τ*, as a float."
321- msgstr "数学常数*τ*,作为一个浮点数。"
324+ msgstr "数学常数 *τ* ,作为一个浮点数。"
322325
323326#: ../../library/cmath.rst:265
324327msgid "Floating-point positive infinity. Equivalent to ``float('inf')``."
325- msgstr "浮点正无穷大。相当于``float('inf')``。"
328+ msgstr "浮点正无穷大。相当于 ``float('inf')``。"
326329
327330#: ../../library/cmath.rst:272
328331msgid ""
329332"Complex number with zero real part and positive infinity imaginary part. "
330333"Equivalent to ``complex(0.0, float('inf'))``."
331- msgstr "具有零实部和正无穷虚部的复数。相当于``complex(0.0, float('inf'))``。"
334+ msgstr "具有零实部和正无穷虚部的复数。相当于 ``complex(0.0, float('inf'))``。"
332335
333336#: ../../library/cmath.rst:280
334337msgid ""
335338"A floating-point \" not a number\" (NaN) value. Equivalent to "
336339"``float('nan')``."
337- msgstr "浮点“非数字”(NaN)值。相当于``float('nan')``。"
340+ msgstr "浮点“非数字”(NaN)值。相当于 ``float('nan')``。"
338341
339342#: ../../library/cmath.rst:288
340343msgid ""
341344"Complex number with zero real part and NaN imaginary part. Equivalent to "
342345"``complex(0.0, float('nan'))``."
343- msgstr "具有零实部和NaN虚部的复数 。相当于``complex(0.0, float('nan'))``。"
346+ msgstr "具有零实部和 NaN 虚部的复数 。相当于 ``complex(0.0, float('nan'))``。"
344347
345348#: ../../library/cmath.rst:296
346349msgid ""
@@ -353,9 +356,10 @@ msgid ""
353356"expressed as a real number (in which case the complex number has an "
354357"imaginary part of zero)."
355358msgstr ""
356- "请注意,函数的选择与模块:mod:`math`中的函数选择相似,但不完全相同。拥有两个模块的原因是因为有些用户对复数不感兴趣,甚至根本不知道它们是什么。它们宁愿"
357- " ``math.sqrt(-1)`` "
358- "引发异常,也不想返回一个复数。另请注意,被:mod:`cmath`定义的函数始终会返回一个复数,尽管答案可以表示为一个实数(在这种情况下,复数的虚数部分为零)。"
359+ "请注意,函数的选择与模块 :mod:`math` "
360+ "中的函数选择相似,但不完全相同。拥有两个模块的原因是因为有些用户对复数不感兴趣,甚至根本不知道它们是什么。它们宁愿 ``math.sqrt(-1)`` "
361+ "引发异常,也不想返回一个复数。另请注意,被 "
362+ ":mod:`cmath`定义的函数始终会返回一个复数,尽管答案可以表示为一个实数(在这种情况下,复数的虚数部分为零)。"
359363
360364#: ../../library/cmath.rst:304
361365msgid ""
0 commit comments