8000 Translate library/numeric.po by loukic77 · Pull Request #590 · python/python-docs-gr · GitHub
[go: up one dir, main page]

Skip to content

Translate library/numeric.po #590

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 14 commits into from
Feb 25, 2025
Prev Previous commit
Next Next commit
new
  • Loading branch information
loukic77 committed Feb 23, 2025
commit 6c1ffb2eecd2a6366216abc5dbe787dfcf33654f
6 changes: 3 additions & 3 deletions library/numeric.po
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ msgid ""
"using arbitrary precision arithmetic."
msgstr ""
"Τα αρθρώματα που περιγράφονται σε αυτό το κεφάλαιο παρέχουν αριθμητικές και "
"μαθηματικές συναρτήσεις και τύπους δεδομένων. Το πακέτο :mod:`numbers` ορίζει "
"μια αφηρημένη ιεραρχία τύπων δεδομένων. Τα αρθρώματα :mod:`math` και :mod:"
"`cmath` περιέχουν διάφορες μαθηματικές συναρτήσεις για αριθμούς κινητής "
"μαθηματικές συναρτήσεις και τύπους δεδομένων. Το πακέτο :mod:`numbers` "
"ορίζει μια αφηρημένη ιεραρχία τύπων δεδομένων. Τα αρθρώματα :mod:`math` και :"
"mod:`cmath` περιέχουν διάφορες μαθηματικές συναρτήσεις για αριθμούς κινητής "
"υποδιαστολής και μιγαδικούς αριθμούς. Το άρθρωμα mod:`decimal` υποστηρίζει "
"ακριβείς αναπαραστάσεις δεκαδικών αριθμών χρησιμοποιώντας αριθμητική "
"αυθαίρετης ακρίβειας."
Expand Down
0