@@ -185,32 +185,42 @@ msgid "Return the hyperbolic tangent of *x*."
185185msgstr "Zwraca tangens hiperboliczny z *x*."
186186
187187msgid "Classification functions"
188- msgstr ""
188+ msgstr "Funkcje klasyfikujące "
189189
190190msgid ""
191191"Return ``True`` if both the real and imaginary parts of *x* are finite, and "
192192"``False`` otherwise."
193193msgstr ""
194+ "Zwraca 1 ``True`` jeżeli obie rzeczywista i urojona część *x* są skończone, "
195+ "i 2``False`` w innym wypadku."
194196
195197msgid ""
196198"Return ``True`` if either the real or the imaginary part of *x* is an "
197199"infinity, and ``False`` otherwise."
198200msgstr ""
201+ " Zwraca 1 ``True`` jeżeli rzeczywista lub urojona część *x* jest skończona, "
202+ "i 2``False`` w innym wypadku."
199203
200204msgid ""
201205"Return ``True`` if either the real or the imaginary part of *x* is a NaN, "
202206"and ``False`` otherwise."
203207msgstr ""
208+ " Zwraca 1 ``True`` jeżeli rzeczywista lub urojona część *x* jest NaN, i "
209+ "2``False`` w innym wypadku."
204210
205211msgid ""
206212"Return ``True`` if the values *a* and *b* are close to each other and "
207213"``False`` otherwise."
208214msgstr ""
215+ "Zwraca 1``True`` jeżeli wartości *a* i *b* są zbliżone do siebie i "
216+ "2``False`` w innym wypadku."
209217
210218msgid ""
211219"Whether or not two values are considered close is determined according to "
212220"given absolute and relative tolerances."
213221msgstr ""
222+ "To czy dwie wartości są zbliżone do siebie, zależy od dostarczonej "
223+ "absolutnej lub relatywnej tolerancji."
214224
215225msgid ""
216226"*rel_tol* is the relative tolerance -- it is the maximum allowed difference "
@@ -229,6 +239,8 @@ msgid ""
229239"If no errors occur, the result will be: ``abs(a-b) <= max(rel_tol * "
230240"max(abs(a), abs(b)), abs_tol)``."
231241msgstr ""
242+ "Jeżeli nie wystąpi żaden błąd wynikiem będzie:\n"
243+ " ``abs(a-b) <= max(rel_tol * max(abs(a), abs(b)), abs_tol)``."
232244
233245msgid ""
234246"The IEEE 754 special values of ``NaN``, ``inf``, and ``-inf`` will be "
@@ -241,16 +253,16 @@ msgid ":pep:`485` -- A function for testing approximate equality"
241253msgstr ""
242254
243255msgid "Constants"
244- msgstr ""
256+ msgstr "Stały "
245257
246258msgid "The mathematical constant *π*, as a float."
247- msgstr ""
259+ msgstr "Stałą matematyczną *π*, jako liczbę zmiennoprzecinkową "
248260
249261msgid "The mathematical constant *e*, as a float."
250- msgstr ""
262+ msgstr "Stałą matematyczną *e*, jako liczbę zmiennoprzecinkową "
251263
252264msgid "The mathematical constant *τ*, as a float."
253- msgstr ""
265+ msgstr "Stałą matematyczną *τ*, jako liczbę zmiennoprzecinkową "
254266
255267msgid "Floating-point positive infinity. Equivalent to ``float('inf')``."
256268msgstr ""
0 commit comments