Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions library/math.po
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ msgstr ""
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-08-18 09:42+0800\n"
"Last-Translator: Francisco Jesús Sevilla García <fjsevilla.dev@gmail.com>\n"
"Language: es_ES\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Language: es_ES\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Generated-By: Babel 2.9.1\n"

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

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