We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6f503 commit 3738f01Copy full SHA for 3738f01
1 file changed
library/cmath.po
@@ -35,6 +35,13 @@ msgid ""
35
"number, respectively, and the function is then applied to the result of the "
36
"conversion."
37
msgstr ""
38
+"Ten moduł zapewnia dostęp do funkcji matematycznych dla liczb zespolonych. "
39
+"Funkcje w tym module akceptują liczby całkowite, liczby zmiennoprzecinkowe "
40
+"lub liczby zespolone jako argumenty. Funkcje w tym module zaakceptują "
41
+"również obiekty Python które zawierają metody a:meth:`__complex__` lub a:"
42
+"meth:`__float__`: te metody są używane do konwertowania objektów do liczb "
43
+"zmiennoprzecinkowych lub zespolonych, odpowiednio, a funkcje używają później "
44
+"wyników konwersji."
45
46
msgid ""
47
"On platforms with hardware and system-level support for signed zeros, "
0 commit comments