forked from python/python-docs-gr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnumeric.po
42 lines (39 loc) · 2.14 KB
/
numeric.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2024, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-02-17 21:03+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Loukas Sakellaridis <[email protected]>\n"
"Language-Team: PyGreece <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: library/numeric.rst:6
msgid "Numeric and Mathematical Modules"
msgstr "Αριθμητικά και Μαθηματικά Modules"
#: library/numeric.rst:8
msgid ""
"The modules described in this chapter provide numeric and math-related "
"functions and data types. The :mod:`numbers` module defines an abstract "
"hierarchy of numeric types. The :mod:`math` and :mod:`cmath` modules contain "
"various mathematical functions for floating-point and complex numbers. The :"
"mod:`decimal` module supports exact representations of decimal numbers, "
"using arbitrary precision arithmetic."
msgstr ""
"Τα modules που περιγράφονται σε αυτό το κεφάλαιο παρέχουν αριθμητικές και "
"μαθηματικές συναρτήσεις και τύπους δεδομένων. Το πακέτο :mod:`numbers` "
"ορίζει μια αφηρημένη ιεραρχία τύπων δεδομένων. Τα modules :mod:`math` και :"
"mod:`cmath` περιέχουν διάφορες μαθηματικές συναρτήσεις για αριθμούς κινητής "
"υποδιαστολής και μιγαδικούς αριθμούς. Το module :mod:`decimal` υποστηρίζει "
"ακριβείς αναπαραστάσεις δεκαδικών αριθμών χρησιμοποιώντας αριθμητική "
"αυθαίρετης ακρίβειας."
#: library/numeric.rst:15
msgid "The following modules are documented in this chapter:"
msgstr "Τα ακόλουθα modules αναλύονται σε αυτό το κεφάλαιο"