.\" -*- coding: UTF-8 -*- .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\" References consulted: .\" Linux libc source code .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:08:17 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 2002-08-25, aeb .\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB .\" 2008-07-24, mtk, moved yxx() material into separate y0.3 page .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH J0 3 "21. Dezember 2020" "" Linux\-Programmierhandbuch .SH BEZEICHNUNG j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl \- Bessel\-Funktionen der ersten Gattung .SH ÜBERSICHT .nf \fB#include \fP .PP \fBdouble j0(double \fP\fIx\fP\fB);\fP \fBdouble j1(double \fP\fIx\fP\fB);\fP \fBdouble jn(int \fP\fIn\fP\fB, double \fP\fIx\fP\fB);\fP .PP \fBfloat j0f(float \fP\fIx\fP\fB);\fP \fBfloat j1f(float \fP\fIx\fP\fB);\fP \fBfloat jnf(int \fP\fIn\fP\fB, float \fP\fIx\fP\fB);\fP .PP \fBlong double j0l(long double \fP\fIx\fP\fB);\fP \fBlong double j1l(long double \fP\fIx\fP\fB);\fP \fBlong double jnl(int \fP\fIn\fP\fB, long double \fP\fIx\fP\fB);\fP .fi .PP Linken Sie mit der Option \fI\-lm\fP. .PP .RS -4 Mit Glibc erforderliche Feature\-Test\-Makros (siehe \fBfeature_test_macros\fP(7)): .RE .PP .ad l \fBj0\fP(), \fBj1\fP(), \fBjn\fP(): .RS 4 _XOPEN_SOURCE || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc\-Versionen <= 2.19: */ _SVID_SOURCE || _BSD_SOURCE .RE .br \fBj0f\fP(), \fBj0l\fP(), \fBj1f\fP(), \fBj1l\fP(), \fBjnf\fP(), \fBjnl\fP(): .RS 4 _XOPEN_SOURCE \ >=\ 600 || (_ISOC99_SOURCE && _XOPEN_SOURCE) || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc\-Versionen <= 2.19: */ _SVID_SOURCE || _BSD_SOURCE .RE .ad b .SH BESCHREIBUNG Die Funktionen \fBj0\fP() und \fBj1()\fP() liefern die Bessel\-Funktion von \fIx\fP der ersten Gattung der Ordnung 0 beziehungsweise 1 zurück. Die Funktion \fBjn\fP() liefert die Bessel\-Funktion von \fIx\fP der ersten Gattung und der Ordnung \fIn\fP zurück. .PP Die Funktionen \fBj0f\fP(), \fBj1f\fP() und \fBjnf\fP() sind Versionen, die \fIfloat\fP\-Werte erwarten und zurückliefern. Die Funktionen \fBj0l\fP(), \fBj1l\fP(), and \fBjnl\fP() sind Versionen, die \fIlong double\fP\-Werte erwarten und zurückliefern. .SH RÜCKGABEWERT Bei Erfolg geben diese Funktionen den entsprechenden Bessel\-Wert erster Gattung für \fIx\fP zurück. .PP Falls \fIx\fP keine zulässige Zahl (»NaN«) ist, wird »NaN« zurückgegeben. .PP Wenn der Betrag von \fIx\fP zu groß ist oder das Ergebnis unterläuft, tritt ein Bereichsfehler ein und der Rückgabewert ist 0. .SH FEHLER In \fBmath_error\fP(7) erfahren Sie, wie Sie Fehler bei der Ausführung dieser Funktionen erkennen. .PP Die folgenden Fehler können auftreten: .TP Bereichsfehler: Ergebnis\-Unterlauf oder Betrag von \fIx\fP zu groß \fIerrno\fP wird auf \fBERANGE\fP gesetzt. .PP .\" e.g., j0(1.5e16) .\" This is intentional. .\" See http://sources.redhat.com/bugzilla/show_bug.cgi?id=6805 Diese Funktionen lösen keine Ausnahmen (Exceptions) für \fBfetestexcept\fP(3) aus. .SH ATTRIBUTE Siehe \fBattributes\fP(7) für eine Erläuterung der in diesem Abschnitt verwandten Ausdrücke. .TS allbox; lb lb lb l l l. Schnittstelle Attribut Wert T{ \fBj0\fP(), \fBj0f\fP(), \fBj0l\fP() T} Multithread\-Fähigkeit MT\-Safe T{ \fBj1\fP(), \fBj1f\fP(), \fBj1l\fP() T} Multithread\-Fähigkeit MT\-Safe T{ \fBjn\fP(), \fBjnf\fP(), \fBjnl\fP() T} Multithread\-Fähigkeit MT\-Safe .TE .SH "KONFORM ZU" Die Funktionen mit \fIdouble\fP\-Rückgabewerten sind konform zu SVr4, 4.3BSD, POSIX.1\-2001 und POSIX.1\-2008. Die anderen Funktionen sind nicht standardisiert und kommen in den BSDs vor. .SH FEHLER Bei den Rückgabewerten von \fBj0\fP(), \fBj1\fP() und \fBjn\fP() für Werte von \fIx\fP zwischen \-8 und 8 treten Fehler von bis zu 2e\-16 auf. .SH "SIEHE AUCH" \fBy0\fP(3) .SH KOLOPHON Diese Seite ist Teil der Veröffentlichung 5.10 des Projekts Linux\-\fIman\-pages\fP. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet werden können, sowie die aktuelle Version dieser Seite finden sich unter \%https://www.kernel.org/doc/man\-pages/. .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Ralf Demmer , Helge Kreutzmann und Martin Eberhard Schauer erstellt. .PP Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. .PP Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@lists.debian.org Mailingliste der Übersetzer .ME .