summaryrefslogtreecommitdiffstats
path: root/po/pl/man3/remainder.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/pl/man3/remainder.3.po')
-rw-r--r--po/pl/man3/remainder.3.po703
1 files changed, 703 insertions, 0 deletions
diff --git a/po/pl/man3/remainder.3.po b/po/pl/man3/remainder.3.po
new file mode 100644
index 00000000..eb316e06
--- /dev/null
+++ b/po/pl/man3/remainder.3.po
@@ -0,0 +1,703 @@
+# Polish translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Adam Byrtek <alpha@irc.pl>, 1998.
+# Andrzej Krzysztofowicz <ankry@green.mf.pg.gda.pl>, 2002.
+# Robert Luberda <robert@debian.org>, 2013, 2017.
+# Michał Kułach <michal.kulach@gmail.com>, 2016.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-pl\n"
+"POT-Creation-Date: 2024-03-01 17:05+0100\n"
+"PO-Revision-Date: 2017-02-07 21:46+0100\n"
+"Last-Translator: Robert Luberda <robert@debian.org>\n"
+"Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"
+"Language: pl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 2.0\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "remainder"
+msgstr "remainder"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 października 2023 r."
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "Linux man-pages 6.06"
+msgstr "Linux man-pages 6.06"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "NAME"
+msgstr "NAZWA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"drem, dremf, dreml, remainder, remainderf, remainderl - floating-point "
+"remainder function"
+msgstr ""
+"drem, dremf, dreml, remainder, remainderf, remainderl - reszta z dzielenia "
+"zmiennoprzecinkowego"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr "BIBLIOTEKA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Math library (I<libm>, I<-lm>)"
+msgstr "Biblioteka matematyczna (I<libm>, I<-lm>)"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "SKŁADNIA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<#include E<lt>math.hE<gt>>\n"
+msgstr "B<#include E<lt>math.hE<gt>>\n"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "/* The C99 versions */\n"
+#| "B<double remainder(double >I<x>B<, double >I<y>B<);>\n"
+#| "B<float remainderf(float >I<x>B<, float >I<y>B<);>\n"
+#| "B<long double remainderl(long double >I<x>B<, long double >I<y>B<);>\n"
+msgid ""
+"B<double remainder(double >I<x>B<, double >I<y>B<);>\n"
+"B<float remainderf(float >I<x>B<, float >I<y>B<);>\n"
+"B<long double remainderl(long double >I<x>B<, long double >I<y>B<);>\n"
+msgstr ""
+"/* Wersje C99 */\n"
+"B<double remainder(double >I<x>B<, double >I<y>B<);>\n"
+"B<float remainderf(float >I<x>B<, float >I<y>B<);>\n"
+"B<long double remainderl(long double >I<x>B<, long double >I<y>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "/* Obsolete synonyms */\n"
+#| "B<double drem(double >I<x>B<, double >I<y>B<);>\n"
+#| "B<float dremf(float >I<x>B<, float >I<y>B<);>\n"
+#| "B<long double dreml(long double >I<x>B<, long double >I<y>B<);>\n"
+msgid ""
+"/* Obsolete synonyms */\n"
+"B<[[deprecated]] double drem(double >I<x>B<, double >I<y>B<);>\n"
+"B<[[deprecated]] float dremf(float >I<x>B<, float >I<y>B<);>\n"
+"B<[[deprecated]] long double dreml(long double >I<x>B<, long double >I<y>B<);>\n"
+msgstr ""
+"/* Przestarzałe synonimy */\n"
+"B<double drem(double >I<x>B<, double >I<y>B<);>\n"
+"B<float dremf(float >I<x>B<, float >I<y>B<);>\n"
+"B<long double dreml(long double >I<x>B<, long double >I<y>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Feature Test Macro Requirements for glibc (see B<feature_test_macros>(7)):"
+msgstr ""
+"Wymagane ustawienia makr biblioteki glibc (patrz B<feature_test_macros>(7)):"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<remainder>():"
+msgstr "B<remainder>():"
+
+#. || _XOPEN_SOURCE && _XOPEN_SOURCE_EXTENDED
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+" || _XOPEN_SOURCE E<gt>= 500\n"
+" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+msgstr ""
+"_ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+" || _XOPEN_SOURCE E<gt>= 500\n"
+" || /* Od glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc w wersji E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<remainderf>(), B<remainderl>():"
+msgstr "B<remainderf>(), B<remainderl>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" _ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+msgstr ""
+"_ISOC99_SOURCE || _POSIX_C_SOURCE E<gt>= 200112L\n"
+" || /* Od glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc w wersji E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<drem>(), B<dremf>(), B<dreml>():"
+msgstr "B<drem>(), B<dremf>(), B<dreml>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+" /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+msgstr ""
+" /* Od glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _BSD_SOURCE || _SVID_SOURCE\n"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "OPIS"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"These functions compute the remainder of dividing I<x> by I<y>. The return "
+"value is I<x>-I<n>*I<y>, where I<n> is the value I<x\\ /\\ y>, rounded to "
+"the nearest integer. If the absolute value of I<x>-I<n>*I<y> is 0.5, I<n> "
+"is chosen to be even."
+msgstr ""
+"Funkcje te obliczają resztę z dzielenia I<x> przez I<y>. Zwracana wartość "
+"to I<x>-I<n>*I<y>, gdzie I<n> jest wynikiem dzielenia I<x\\ /\\ y>, "
+"zaokrąglonym do najbliższej liczby całkowitej. Jeśli wartość bezwzględna z "
+"I<x>-I<n>*I<y> wynosi 0.5, to I<n> jest zaokrąglane do liczby parzystej."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"These functions are unaffected by the current rounding mode (see B<fenv>(3))."
+msgstr ""
+"Funkcje te nie zależą od bieżącego kierunku zaokrąglania (patrz B<fenv>(3))."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The B<drem>() function does precisely the same thing."
+msgstr "Funkcja B<drem>() robi dokładnie to samo."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "RETURN VALUE"
+msgstr "WARTOŚĆ ZWRACANA"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"On success, these functions return the floating-point remainder, I<x>-"
+"I<n>*I<y>. If the return value is 0, it has the sign of I<x>."
+msgstr ""
+"Funkcje te, gdy się zakończą pomyślnie, zwracają resztę z dzielenia "
+"zmiennoprzecinkowego I<x>-I<n>*I<y>. Jeśli wynikiem jest 0, to przyjmuje "
+"ono znak taki sam jak znak argumentu I<x>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "If I<x> or I<y> is a NaN, a NaN is returned."
+msgstr "Jeśli I<x> lub I<y> jest NaN, to zwracane jest NaN."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<x> is an infinity, and I<y> is not a NaN, a domain error occurs, and a "
+"NaN is returned."
+msgstr ""
+"Jeśli I<x> jest równe nieskończoności, a I<y> jest różne od NaN, to "
+"występuje błąd dziedziny i zwracane jest NaN."
+
+#. FIXME . Instead, glibc gives a domain error even if x is a NaN
+#. Interestingly, remquo(3) does not have the same problem.
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"If I<y> is zero, and I<x> is not a NaN, a domain error occurs, and a NaN is "
+"returned."
+msgstr ""
+"Jeśli I<y> wynosi zero, a I<x> jest różne od NaN, to występuje błąd "
+"dziedziny i zwracane jest NaN."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "BŁĘDY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"See B<math_error>(7) for information on how to determine whether an error "
+"has occurred when calling these functions."
+msgstr ""
+"Informacje o tym, jak określić, czy wystąpił błąd podczas wywołania tych "
+"funkcji, można znaleźć w podręczniku B<math_error>(7)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The following errors can occur:"
+msgstr "Mogą wystąpić następujące błędy:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Domain error: I<x> is an infinity and I<y> is not a NaN"
+msgstr "Błąd dziedziny: I<x> jest nieskończonością, a I<y> nie jest NaN"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<errno> is set to B<EDOM> (but see BUGS). An invalid floating-point "
+"exception (B<FE_INVALID>) is raised."
+msgstr ""
+"I<errno> jest ustawiane na B<EDOM> (patrz także USTERKI). Rzucany jest "
+"wyjątek niepoprawnej operacji zmiennoprzecinkowej (B<FE_INVALID>)."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "These functions do not set I<errno> for this case."
+msgstr "Funkcje te nie ustawiają I<errno> w tym przypadku."
+
+#. [XXX see bug above] and \fIx\fP is not a NaN
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Domain error: I<y> is zero"
+msgstr "Błąd dziedziny: I<y> jest równe zero"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"I<errno> is set to B<EDOM>. An invalid floating-point exception "
+"(B<FE_INVALID>) is raised."
+msgstr ""
+"I<errno> jest ustawiane na B<EDOM>. Rzucany jest wyjątek niepoprawnej "
+"operacji zmiennoprzecinkowej (B<FE_INVALID>)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "ATRYBUTY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"For an explanation of the terms used in this section, see B<attributes>(7)."
+msgstr ""
+"Informacje o pojęciach używanych w tym rozdziale można znaleźć w podręczniku "
+"B<attributes>(7)."
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Interface"
+msgstr "Interfejs"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Attribute"
+msgstr "Atrybut"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Value"
+msgstr "Wartość"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".na\n"
+msgstr ".na\n"
+
+#. type: tbl table
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-tumbleweed
+#, no-wrap
+msgid ".nh\n"
+msgstr ".nh\n"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<drem>(),\n"
+"B<dremf>(),\n"
+"B<dreml>(),\n"
+"B<remainder>(),\n"
+"B<remainderf>(),\n"
+"B<remainderl>()"
+msgstr ""
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Thread safety"
+msgstr "Bezpieczeństwo wątkowe"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "MT-Safe"
+msgstr "MT-bezpieczne"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "STANDARDY"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<remainder>():"
+msgid "B<remainder>()"
+msgstr "B<remainder>():"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<remainder>():"
+msgid "B<remainderf>()"
+msgstr "B<remainder>():"
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<remainderl>()"
+msgstr "B<remainderl>()"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "C11, POSIX.1-2008."
+msgstr "C11, POSIX.1-2008."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<drem>()"
+msgstr ""
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<dremf>()"
+msgstr ""
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<remainderl>()"
+msgid "B<dreml>()"
+msgstr "B<remainderl>()"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "None."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "HISTORIA"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "C99, POSIX.1-2001."
+msgstr "C99, POSIX.1-2001."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "4.3BSD."
+msgstr "4.3BSD."
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Tru64, glibc2."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "USTERKI"
+
+#. #-#-#-#-# archlinux: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6779
+#. type: Plain text
+#. #-#-#-#-# debian-bookworm: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. http://sources.redhat.com/bugzilla/show_bug.cgi?id=6779
+#. type: Plain text
+#. #-#-#-#-# debian-unstable: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6779
+#. type: Plain text
+#. #-#-#-#-# fedora-40: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6779
+#. type: Plain text
+#. #-#-#-#-# fedora-rawhide: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6779
+#. type: Plain text
+#. #-#-#-#-# mageia-cauldron: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6779
+#. type: Plain text
+#. #-#-#-#-# opensuse-leap-15-6: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6779
+#. type: Plain text
+#. #-#-#-#-# opensuse-tumbleweed: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6779
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "Before glibc 2.15, the call"
+msgstr ""
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid " remainder(nan(\"\"), 0);\n"
+msgid "remainder(nan(\"\"), 0);\n"
+msgstr " remainder(nan(\"\"), 0);\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "returns a NaN, as expected, but wrongly causes a domain error; it should "
+#| "yield a silent NaN."
+msgid ""
+"returned a NaN, as expected, but wrongly caused a domain error. Since glibc "
+"2.15, a silent NaN (i.e., no domain error) is returned."
+msgstr ""
+"zwraca NaN, tak jak można by tego oczekiwać, ale niepoprawnie powoduje też "
+"błąd dziedziny; powinno zwracać NaN bez żadnych błędów."
+
+#. #-#-#-#-# archlinux: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6783
+#. type: Plain text
+#. #-#-#-#-# debian-bookworm: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. http://sources.redhat.com/bugzilla/show_bug.cgi?id=6783
+#. type: Plain text
+#. #-#-#-#-# debian-unstable: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6783
+#. type: Plain text
+#. #-#-#-#-# fedora-40: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6783
+#. type: Plain text
+#. #-#-#-#-# fedora-rawhide: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6783
+#. type: Plain text
+#. #-#-#-#-# mageia-cauldron: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6783
+#. type: Plain text
+#. #-#-#-#-# opensuse-leap-15-6: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6783
+#. type: Plain text
+#. #-#-#-#-# opensuse-tumbleweed: remainder.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. https://www.sourceware.org/bugzilla/show_bug.cgi?id=6783
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"Before glibc 2.15, I<errno> was not set to B<EDOM> for the domain error that "
+"occurs when I<x> is an infinity and I<y> is not a NaN."
+msgstr ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "EXAMPLES"
+msgstr "PRZYKŁADY"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "The call \"remainder(29.0, 3.0)\" returns -1."
+msgstr "Wywołanie \"remainder(29.0, 3.0)\" zwraca -1."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "ZOBACZ TAKŻE"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<div>(3), B<fmod>(3), B<remquo>(3)"
+msgstr "B<div>(3), B<fmod>(3), B<remquo>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 lutego 2023 r."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+#, no-wrap
+msgid ""
+"/* The C99 versions */\n"
+"B<double remainder(double >I<x>B<, double >I<y>B<);>\n"
+"B<float remainderf(float >I<x>B<, float >I<y>B<);>\n"
+"B<long double remainderl(long double >I<x>B<, long double >I<y>B<);>\n"
+msgstr ""
+"/* Wersje C99 */\n"
+"B<double remainder(double >I<x>B<, double >I<y>B<);>\n"
+"B<float remainderf(float >I<x>B<, float >I<y>B<);>\n"
+"B<long double remainderl(long double >I<x>B<, long double >I<y>B<);>\n"
+
+#. type: Plain text
+#: debian-bookworm
+#, no-wrap
+msgid ""
+"/* Obsolete synonyms */\n"
+"B<double drem(double >I<x>B<, double >I<y>B<);>\n"
+"B<float dremf(float >I<x>B<, float >I<y>B<);>\n"
+"B<long double dreml(long double >I<x>B<, long double >I<y>B<);>\n"
+msgstr ""
+"/* Przestarzałe synonimy */\n"
+"B<double drem(double >I<x>B<, double >I<y>B<);>\n"
+"B<float dremf(float >I<x>B<, float >I<y>B<);>\n"
+"B<long double dreml(long double >I<x>B<, long double >I<y>B<);>\n"
+
+#. IEC 60559.
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"The functions B<remainder>(), B<remainderf>(), and B<remainderl>() are "
+"specified in C99, POSIX.1-2001, and POSIX.1-2008."
+msgstr ""
+"Funkcje B<remainder>(), B<remainderf>() oraz B<remainderl>() są wymienione w "
+"C99, POSIX.1-2001 i POSIX.1-2008."
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"The function B<drem>() is from 4.3BSD. The I<float> and I<long double> "
+"variants B<dremf>() and B<dreml>() exist on some systems, such as Tru64 "
+"and glibc2. Avoid the use of these functions in favor of B<remainder>() "
+"etc."
+msgstr ""
+"Funkcja B<drem>() pochodzi z 4.3BSD. Warianty przyjmujące I<float> oraz "
+"I<long double>, czyli B<dremf>() i B<dreml>() istnieją w niektórych "
+"systemach takich jak Tru64 i glibc2. Prosimy unikać używania tych funkcji, "
+"preferując B<remainder>() itd. zamiast nich."
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr "20 lipca 2023 r."
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "Linux man-pages 6.05.01"
+msgstr "Linux man-pages 6.05.01"
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "2023-03-30"
+msgstr "30 marca 2023 r."
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"