File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Original file line number Diff line number Diff line change @@ -97,21 +97,26 @@ msgstr ""
97
97
98
98
msgid "Why am I getting strange results with simple arithmetic operations?"
99
99
msgstr ""
100
+ "Dlaczego otrzymuję dziwne wyniki w odpowiedzi na proste działania "
101
+ "arytmetyczne?"
100
102
101
103
msgid "See the next question."
102
- msgstr ""
104
+ msgstr "Spójrz na następne pytanie. "
103
105
104
106
msgid "Why are floating-point calculations so inaccurate?"
105
- msgstr ""
107
+ msgstr "Dlaczego obliczenia zmiennoprzecinkowe są tak niedokładne? "
106
108
107
109
msgid "Users are often surprised by results like this::"
108
- msgstr ""
110
+ msgstr "Użytkownicy są często zaskoczeni następującymi wynikami:: "
109
111
110
112
msgid ""
111
113
"and think it is a bug in Python. It's not. This has little to do with "
112
114
"Python, and much more to do with how the underlying platform handles "
113
115
"floating-point numbers."
114
116
msgstr ""
117
+ "i sądzą, że to błąd w Pythonie. To jednak nie błąd. To ma niewiele wspólnego "
118
+ "z Pythonem. To wynika bardziej z tego jak bazowa platforma radzi sobie z "
119
+ "liczbami zmiennoprzecinkowymi."
115
120
116
121
msgid ""
117
122
"The :class:`float` type in CPython uses a C ``double`` for storage. A :"
You can’t perform that action at this time.
0 commit comments