Skip to content

Traducido archivo library/math #2226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 2, 2022
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
powrap
  • Loading branch information
cmaureir committed Dec 2, 2022
commit 51c5c11ecefe08e81750d1d49f3fc298b89fba34
8 changes: 4 additions & 4 deletions library/math.po
Original file line number Diff line number Diff line change
Expand Up @@ -975,10 +975,10 @@ msgid ""
msgstr ""
"Un valor de punto 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::"
"<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:669
msgid "It is now always available."
Expand Down