You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
"Funci%C3%B3n_hiperb%C3%B3lica>`_ son análogas a las funciones "
"trigonométricasperobasadas en hipérbolas en lugar de en círculos."
"trigonométricasque estánbasadas en hipérbolas en lugar de círculos."
#: ../Doc/library/math.rst:557
msgid "Return the inverse hyperbolic cosine of *x*."
Expand DownExpand Up
@@ -987,7 +984,6 @@ msgstr ""
"negativo, usa ``-math.inf``.) Equivalente a la salida de ``float('inf')``."
#: ../Doc/library/math.rst:665
#, fuzzy
msgid ""
"A floating-point \"not a number\" (NaN) value. Equivalent to the output of "
"``float('nan')``. Due to the requirements of the `IEEE-754 standard <https://"
Expand All
@@ -996,12 +992,12 @@ msgid ""
"check whether a number is a NaN, use the :func:`isnan` function to test for "
"NaNs instead of ``is`` or ``==``. Example:"
msgstr ""
"Un valor depunto flotante \"no es un número\" (NaN). Equivalente a la "
"salidade ``float('nan')``. Debido a los requisitos del `estándar IEEE-754 "
"<https://es.wikipedia.org/wiki/IEEE_754>`_, ``math.nan`` y ``float('nan')`` "
"no seconsideran iguales a ningún otro valor numérico, incluidos ellos "
"mismos.Para verificar si un número es NaN, use la función :func:`isnan` "
"para probarNaN en lugar de ``is`` o ``==``. Ejemplo::"
"Un valor decoma flotante \"no es un número\" (NaN). Equivalente a la salida "
"de ``float('nan')``. Debido a los requisitos del `estándar IEEE-754<https://"
"es.wikipedia.org/wiki/IEEE_754>`_, ``math.nan`` y ``float('nan')`` no se "
"consideran iguales a ningún otro valor numérico, incluidos ellos mismos. "
"Para verificar si un número es NaN, use la función :func:`isnan` para probar "
"NaN en lugar de ``is`` o ``==``. Ejemplo:"
#: ../Doc/library/math.rst:683
msgid "It is now always available."
Expand Down
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.