Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5f4d3dc

Browse files
authored
finalizando library/math (#1739)
1 parent cdae024 commit 5f4d3dc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

library/math.po

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ msgstr ""
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
1414
"PO-Revision-Date: 2021-08-18 09:42+0800\n"
1515
"Last-Translator: Francisco Jesús Sevilla García <[email protected]>\n"
16-
"Language: es_ES\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
17+
"Language: es_ES\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
2222
"Generated-By: Babel 2.9.1\n"
2323

2424
#: ../Doc/library/math.rst:2
@@ -792,6 +792,9 @@ msgid ""
792792
"(unit in the last place). More typically, the result is almost always "
793793
"correctly rounded to within 1/2 ulp."
794794
msgstr ""
795+
"Se mejoró la precisión del algoritmo para que el error máximo sea inferior a "
796+
"1 ulp (unidad en último lugar). Más típicamente, el resultado casi siempre "
797+
"se redondea correctamente dentro de 1/2 ulp."
795798

796799
#: ../Doc/library/math.rst:492
797800
msgid "Return the sine of *x* radians."

0 commit comments

Comments
 (0)