summaryrefslogtreecommitdiffstats
path: root/po/ru/man3/j0.3.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/ru/man3/j0.3.po')
-rw-r--r--po/ru/man3/j0.3.po571
1 files changed, 571 insertions, 0 deletions
diff --git a/po/ru/man3/j0.3.po b/po/ru/man3/j0.3.po
new file mode 100644
index 00000000..c5c74f54
--- /dev/null
+++ b/po/ru/man3/j0.3.po
@@ -0,0 +1,571 @@
+# Russian translation of manpages
+# This file is distributed under the same license as the manpages-l10n package.
+# Copyright © of this file:
+# Yuri Kozlov <yuray@komyakino.ru>, 2011, 2014-2017.
+# Иван Павлов <pavia00@gmail.com>, 2017, 2019.
+msgid ""
+msgstr ""
+"Project-Id-Version: manpages-l10n\n"
+"POT-Creation-Date: 2024-03-01 16:59+0100\n"
+"PO-Revision-Date: 2019-06-23 15:51+0000\n"
+"Last-Translator: Иван Павлов <pavia00@gmail.com>\n"
+"Language-Team: Russian <man-pages-ru-talks@lists.sourceforge.net>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || "
+"(n%100>=11 && n%100<=14)? 2 : 3);\n"
+
+#. type: TH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "j"
+msgid "j0"
+msgstr "j"
+
+#. type: TH
+#: archlinux fedora-40 fedora-rawhide mageia-cauldron
+#, no-wrap
+msgid "2023-10-31"
+msgstr "31 октября 2023 г."
+
+#. 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 "ИМЯ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl - Bessel functions of the first kind"
+msgstr ""
+"j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl - функции Бесселя первого рода"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "LIBRARY"
+msgstr ""
+
+#. 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 ""
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "SYNOPSIS"
+msgstr "СИНТАКСИС"
+
+#. 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-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<double j0(double >I<x>B<);>\n"
+"B<double j1(double >I<x>B<);>\n"
+"B<double jn(int >I<n>B<, double >I<x>B<);>\n"
+msgstr ""
+"B<double j0(double >I<x>B<);>\n"
+"B<double j1(double >I<x>B<);>\n"
+"B<double jn(int >I<n>B<, double >I<x>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<float j0f(float >I<x>B<);>\n"
+"B<float j1f(float >I<x>B<);>\n"
+"B<float jnf(int >I<n>B<, float >I<x>B<);>\n"
+msgstr ""
+"B<float j0f(float >I<x>B<);>\n"
+"B<float j1f(float >I<x>B<);>\n"
+"B<float jnf(int >I<n>B<, float >I<x>B<);>\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<long double j0l(long double >I<x>B<);>\n"
+"B<long double j1l(long double >I<x>B<);>\n"
+"B<long double jnl(int >I<n>B<, long double >I<x>B<);>\n"
+msgstr ""
+"B<long double j0l(long double >I<x>B<);>\n"
+"B<long double j1l(long double >I<x>B<);>\n"
+"B<long double jnl(int >I<n>B<, long double >I<x>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 ""
+"Требования макроса тестирования свойств для glibc (см. "
+"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<j0>(), B<j1>(), B<jn>():"
+msgstr "B<j0>(), B<j1>(), B<jn>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "_XOPEN_SOURCE\n"
+#| " || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+#| " || /* Glibc versions E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+msgid ""
+" _XOPEN_SOURCE\n"
+" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+msgstr ""
+"_XOPEN_SOURCE\n"
+" || /* начиная с glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* версии glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<j0f>(), B<j0l>(), B<j1f>(), B<j1l>(), B<jnf>(), B<jnl>():"
+msgstr "B<j0f>(), B<j0l>(), B<j1f>(), B<j1l>(), B<jnf>(), B<jnl>():"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid ""
+#| "_XOPEN_SOURCE \\ E<gt>=\\ 600\n"
+#| " || (_ISOC99_SOURCE && _XOPEN_SOURCE)\n"
+#| " || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+#| " || /* Glibc versions E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+msgid ""
+" _XOPEN_SOURCE E<gt>= 600\n"
+" || (_ISOC99_SOURCE && _XOPEN_SOURCE)\n"
+" || /* Since glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_SOURCE\n"
+msgstr ""
+"_XOPEN_SOURCE \\ E<gt>=\\ 600\n"
+" || (_ISOC99_SOURCE && _XOPEN_SOURCE)\n"
+" || /* начиная с glibc 2.19: */ _DEFAULT_SOURCE\n"
+" || /* версии glibc E<lt>= 2.19: */ _SVID_SOURCE || _BSD_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 "ОПИСАНИЕ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<j0>() and B<j1>() functions return Bessel functions of I<x> of the "
+"first kind of orders 0 and 1, respectively. The B<jn>() function returns "
+"the Bessel function of I<x> of the first kind of order I<n>."
+msgstr ""
+"Функции B<j0>() и B<j1>() возвращают функцию Бесселя первого рода от I<x> "
+"для порядков 0 и 1 соответственно. Функция B<jn>() возвращает функцию "
+"Бесселя первого рода от I<x> для порядка I<n>."
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid ""
+"The B<j0f>(), B<j1f>(), and B<jnf>(), functions are versions that take and "
+"return I<float> values. The B<j0l>(), B<j1l>(), and B<jnl>() functions are "
+"versions that take and return I<long double> values."
+msgstr ""
+"Функции B<j0f>(), B<j1f>() и B<jnf>() представляют собой версии, которые "
+"принимают и возвращают значения типа I<float>. Функции B<j0l>(), B<j1l>() и "
+"B<jnl>() представляют собой версии, которые принимают и возвращают значения "
+"типа I<long double>."
+
+#. 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 "ВОЗВРАЩАЕМОЕ ЗНАЧЕНИЕ"
+
+#. 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 appropriate Bessel value of the first "
+"kind for I<x>."
+msgstr ""
+"В случае успеха эти функции возвращают соответствующее значение функции "
+"Бесселя первого рода от 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> is a NaN, a NaN is returned."
+msgstr "Если I<x> имеет значение NaN, будет возвращено 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 too large in magnitude, or the result underflows, a range error "
+"occurs, and the return value is 0."
+msgstr ""
+"Если значение I<x> слишком велико по абсолютному значению или результат "
+"исчерпал степень, то генерируется ошибка диапазона и возвращается 0."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ERRORS"
+msgstr "ОШИБКИ"
+
+#. 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 ""
+"Смотрите 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 "Могут возникать следующие ошибки:"
+
+#. type: TP
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "Range error: result underflow, or I<x> is too large in magnitude"
+msgstr "Ошибка диапазона: результат исчерпал степень или значение I<x> слишком велико по абсолютному значению"
+
+#. 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<ERANGE>."
+msgstr "Значению I<errno> присваивается B<ERANGE>."
+
+#. #-#-#-#-# archlinux: j0.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. e.g., j0(1.5e16)
+#. This is intentional.
+#. See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805
+#. type: Plain text
+#. #-#-#-#-# debian-bookworm: j0.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. e.g., j0(1.5e16)
+#. This is intentional.
+#. See http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805
+#. type: Plain text
+#. #-#-#-#-# debian-unstable: j0.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. e.g., j0(1.5e16)
+#. This is intentional.
+#. See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805
+#. type: Plain text
+#. #-#-#-#-# fedora-40: j0.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. e.g., j0(1.5e16)
+#. This is intentional.
+#. See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805
+#. type: Plain text
+#. #-#-#-#-# fedora-rawhide: j0.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. e.g., j0(1.5e16)
+#. This is intentional.
+#. See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805
+#. type: Plain text
+#. #-#-#-#-# mageia-cauldron: j0.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. e.g., j0(1.5e16)
+#. This is intentional.
+#. See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805
+#. type: Plain text
+#. #-#-#-#-# opensuse-leap-15-6: j0.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. e.g., j0(1.5e16)
+#. This is intentional.
+#. See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805
+#. type: Plain text
+#. #-#-#-#-# opensuse-tumbleweed: j0.3.pot (PACKAGE VERSION) #-#-#-#-#
+#. e.g., j0(1.5e16)
+#. This is intentional.
+#. See https://www.sourceware.org/bugzilla/show_bug.cgi?id=6805
+#. 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 raise exceptions for B<fetestexcept>(3)."
+msgstr "Эти функции не вызывают исключений для B<fetestexcept>(3)."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "ATTRIBUTES"
+msgstr "АТРИБУТЫ"
+
+#. 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 "Описание терминов данного раздела смотрите в 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 "Интерфейс"
+
+#. 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 "Атрибут"
+
+#. 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 "Значение"
+
+#. 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<j0>(),\n"
+"B<j0f>(),\n"
+"B<j0l>()"
+msgstr ""
+"B<j0>(),\n"
+"B<j0f>(),\n"
+"B<j0l>()"
+
+#. 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 "Безвредность в нитях"
+
+#. 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-Safe"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<j1>(),\n"
+"B<j1f>(),\n"
+"B<j1l>()"
+msgstr ""
+"B<j1>(),\n"
+"B<j1f>(),\n"
+"B<j1l>()"
+
+#. type: tbl table
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid ""
+"B<jn>(),\n"
+"B<jnf>(),\n"
+"B<jnl>()"
+msgstr ""
+"B<jn>(),\n"
+"B<jnf>(),\n"
+"B<jnl>()"
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "STANDARDS"
+msgstr "СТАНДАРТЫ"
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<j0>()"
+msgstr ""
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "B<j1>()"
+msgstr ""
+
+#. type: TQ
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<isnan>():"
+msgid "B<jn>()"
+msgstr "B<isnan>():"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "POSIX.1-2008."
+msgstr "POSIX.1-2008."
+
+#. type: TP
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy, no-wrap
+#| msgid "B<ethers>"
+msgid "Others:"
+msgstr "B<ethers>"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+msgid "BSD."
+msgstr "BSD."
+
+#. type: SH
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "HISTORY"
+msgstr "ИСТОРИЯ"
+
+#. type: Plain text
+#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron
+#: opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid "C99, POSIX.1-2001, POSIX.1-2008."
+msgid "SVr4, 4.3BSD, POSIX.1-2001, POSIX.1-2008."
+msgstr "C99, POSIX.1-2001, POSIX.1-2008."
+
+#. type: SH
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, no-wrap
+msgid "BUGS"
+msgstr "ДЕФЕКТЫ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+#, fuzzy
+#| msgid ""
+#| "There are errors of up to 2e-16 in the values returned by B<j0>(), "
+#| "B<j1>() and B<jn>() for values of I<x> between -8 and 8."
+msgid ""
+"There are errors of up to 2e-16 in the values returned by B<j0>(), B<j1>(), "
+"and B<jn>() for values of I<x> between -8 and 8."
+msgstr ""
+"Есть ошибки вплоть до 2e-16 в значениях, возвращаемых B<j0>(), B<j1>() и "
+"B<jn>(), для значений I<x> в диапазоне от -8 до 8."
+
+#. 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 "СМ. ТАКЖЕ"
+
+#. type: Plain text
+#: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide
+#: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed
+msgid "B<y0>(3)"
+msgstr "B<y0>(3)"
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "2023-02-05"
+msgstr "5 февраля 2023 г."
+
+#. type: TH
+#: debian-bookworm
+#, no-wrap
+msgid "Linux man-pages 6.03"
+msgstr "Linux man-pages 6.03"
+
+#. type: Plain text
+#: debian-bookworm
+msgid ""
+"The functions returning I<double> conform to SVr4, 4.3BSD, POSIX.1-2001, and "
+"POSIX.1-2008. The others are nonstandard functions that also exist on the "
+"BSDs."
+msgstr ""
+"Функции, возвращающие I<double>, соответствуют SVr4, 4.3BSD, POSIX.1-2001 и "
+"POSIX.1-2008. Остальные являются не стандартизованными функциями, которые "
+"также существуют в BSD."
+
+#. type: TH
+#: debian-unstable opensuse-tumbleweed
+#, no-wrap
+msgid "2023-07-20"
+msgstr "20 июля 2023 г."
+
+#. 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 марта 2023 г."
+
+#. type: TH
+#: opensuse-leap-15-6
+#, no-wrap
+msgid "Linux man-pages 6.04"
+msgstr "Linux man-pages 6.04"