Skip to content

Commit 85076ab

Browse files
Traducción library/math (#2720)
Closes #2629 --------- Co-authored-by: rtobar <rtobarc@gmail.com>
1 parent d5abc38 commit 85076ab

File tree

1 file changed

+20
-24
lines changed

1 file changed

+20
-24
lines changed

library/math.po

+20-24
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2023-10-12 19:43+0200\n"
14-
"PO-Revision-Date: 2022-11-25 02:25-0500\n"
14+
"PO-Revision-Date: 2023-10-30 22:45-0400\n"
1515
"Last-Translator: Francisco Jesús Sevilla García <fjsevilla.dev@gmail.com>\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.13.0\n"
23+
"X-Generator: Poedit 3.2.2\n"
2324

2425
#: ../Doc/library/math.rst:2
2526
msgid ":mod:`math` --- Mathematical functions"
@@ -191,14 +192,13 @@ msgstr ""
191192
"representación interna de un flotante."
192193

193194
#: ../Doc/library/math.rst:110
194-
#, fuzzy
195195
msgid ""
196196
"Return an accurate floating point sum of values in the iterable. Avoids "
197197
"loss of precision by tracking multiple intermediate partial sums."
198198
msgstr ""
199199
"Retorna una suma precisa en coma flotante de los valores de un iterable. "
200200
"Evita la pérdida de precisión mediante el seguimiento de múltiples sumas "
201-
"parciales intermedias::"
201+
"parciales intermedias."
202202

203203
#: ../Doc/library/math.rst:113
204204
msgid ""
@@ -386,15 +386,12 @@ msgstr ""
386386
"flotantes y tienen el mismo signo que *x* ."
387387

388388
#: ../Doc/library/math.rst:229
389-
#, fuzzy
390389
msgid "Return the floating-point value *steps* steps after *x* towards *y*."
391-
msgstr ""
392-
"Retorna el siguiente valor flotante después de *x* en la dirección de *y*."
390+
msgstr "Retorna el valor en coma flotante *steps* pasos después *x* hacia *y*."
393391

394392
#: ../Doc/library/math.rst:231
395-
#, fuzzy
396393
msgid "If *x* is equal to *y*, return *y*, unless *steps* is zero."
397-
msgstr "Si *x* es igual a *y*, retorna *y*."
394+
msgstr "Si *x* es igual a *y*, retorna *y*, a menos que *steps* sea cero."
398395

399396
#: ../Doc/library/math.rst:233
400397
msgid "Examples:"
@@ -422,7 +419,7 @@ msgstr "Ver también :func:`math.ulp`."
422419

423420
#: ../Doc/library/math.rst:242
424421
msgid "Added the *steps* argument."
425-
msgstr ""
422+
msgstr "Añadido el argumento *steps*."
426423

427424
#: ../Doc/library/math.rst:249
428425
msgid ""
@@ -507,11 +504,11 @@ msgstr ""
507504

508505
#: ../Doc/library/math.rst:299
509506
msgid "Return the sum of products of values from two iterables *p* and *q*."
510-
msgstr ""
507+
msgstr "Retorna la suma de productos de valores de dos iterables *p* y *q*."
511508

512509
#: ../Doc/library/math.rst:301
513510
msgid "Raises :exc:`ValueError` if the inputs do not have the same length."
514-
msgstr ""
511+
msgstr "Lanza :exc:`ValueError` si las entradas no tienen la misma longitud."
515512

516513
#: ../Doc/library/math.rst:303 ../Doc/library/math.rst:498
517514
msgid "Roughly equivalent to::"
@@ -522,6 +519,8 @@ msgid ""
522519
"For float and mixed int/float inputs, the intermediate products and sums are "
523520
"computed with extended precision."
524521
msgstr ""
522+
"Para entradas flotantes y mixtas int/float, los productos intermedios y las "
523+
"sumas se calculan con precisión ampliada."
525524

526525
#: ../Doc/library/math.rst:315
527526
msgid ""
@@ -645,7 +644,6 @@ msgid "Return *2* raised to the power *x*."
645644
msgstr "Retorna *2* elevado a la potencia *x*."
646645

647646
#: ../Doc/library/math.rst:384
648-
#, fuzzy
649647
msgid ""
650648
"Return *e* raised to the power *x*, minus 1. Here *e* is the base of "
651649
"natural logarithms. For small floats *x*, the subtraction in ``exp(x) - 1`` "
@@ -657,7 +655,7 @@ msgstr ""
657655
"logaritmos naturales. Para flotantes *x* pequeños, la resta en ``exp(x) - "
658656
"1`` puede resultar en una `pérdida significativa de precisión <https://en."
659657
"wikipedia.org/wiki/Loss_of_significance>`_\\; la función :func:`expm1` "
660-
"proporciona una forma de calcular este valor con una precisión total::"
658+
"proporciona una forma de calcular este valor con una precisión total:"
661659

662660
#: ../Doc/library/math.rst:401
663661
msgid "With one argument, return the natural logarithm of *x* (to base *e*)."
@@ -863,15 +861,14 @@ msgid "Hyperbolic functions"
863861
msgstr "Funciones hiperbólicas"
864862

865863
#: ../Doc/library/math.rst:551
866-
#, fuzzy
867864
msgid ""
868865
"`Hyperbolic functions <https://en.wikipedia.org/wiki/Hyperbolic_functions>`_ "
869866
"are analogs of trigonometric functions that are based on hyperbolas instead "
870867
"of circles."
871868
msgstr ""
872869
"`Las funciones hiperbólicas <https://es.wikipedia.org/wiki/"
873870
"Funci%C3%B3n_hiperb%C3%B3lica>`_ son análogas a las funciones "
874-
"trigonométricas pero basadas en hipérbolas en lugar de en círculos."
871+
"trigonométricas que están basadas en hipérbolas en lugar de círculos."
875872

876873
#: ../Doc/library/math.rst:557
877874
msgid "Return the inverse hyperbolic cosine of *x*."
@@ -987,7 +984,6 @@ msgstr ""
987984
"negativo, usa ``-math.inf``.) Equivalente a la salida de ``float('inf')``."
988985

989986
#: ../Doc/library/math.rst:665
990-
#, fuzzy
991987
msgid ""
992988
"A floating-point \"not a number\" (NaN) value. Equivalent to the output of "
993989
"``float('nan')``. Due to the requirements of the `IEEE-754 standard <https://"
@@ -996,12 +992,12 @@ msgid ""
996992
"check whether a number is a NaN, use the :func:`isnan` function to test for "
997993
"NaNs instead of ``is`` or ``==``. Example:"
998994
msgstr ""
999-
"Un valor de punto flotante \"no es un número\" (NaN). Equivalente a la "
1000-
"salida de ``float('nan')``. Debido a los requisitos del `estándar IEEE-754 "
1001-
"<https://es.wikipedia.org/wiki/IEEE_754>`_, ``math.nan`` y ``float('nan')`` "
1002-
"no se consideran iguales a ningún otro valor numérico, incluidos ellos "
1003-
"mismos. Para verificar si un número es NaN, use la función :func:`isnan` "
1004-
"para probar NaN en lugar de ``is`` o ``==``. Ejemplo::"
995+
"Un valor de coma flotante \"no es un número\" (NaN). Equivalente a la salida "
996+
"de ``float('nan')``. Debido a los requisitos del `estándar IEEE-754 <https://"
997+
"es.wikipedia.org/wiki/IEEE_754>`_, ``math.nan`` y ``float('nan')`` no se "
998+
"consideran iguales a ningún otro valor numérico, incluidos ellos mismos. "
999+
"Para verificar si un número es NaN, use la función :func:`isnan` para probar "
1000+
"NaN en lugar de ``is`` o ``==``. Ejemplo:"
10051001

10061002
#: ../Doc/library/math.rst:683
10071003
msgid "It is now always available."

0 commit comments

Comments
 (0)