.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" References consulted: .\" Linux libc source code .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH atan 3 "5. Februar 2023" "Linux man\-pages 6.03" .SH BEZEICHNUNG atan, atanf, atanl \- Arkustangens\-Funktion .SH BIBLIOTHEK Mathematik\-Bibliothek (\fIlibm\fP, \fI\-lm\fP) .SH ÜBERSICHT .nf \fB#include \fP .PP \fBdouble atan(double \fP\fIx\fP\fB);\fP \fBfloat atanf(float \fP\fIx\fP\fB);\fP \fBlong double atanl(long double \fP\fIx\fP\fB);\fP .PP .fi .RS -4 Mit Glibc erforderliche Feature\-Test\-Makros (siehe \fBfeature_test_macros\fP(7)): .RE .PP \fBatanf\fP(), \fBatanl\fP(): .nf _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Seit Glibc 2.19: */ _DEFAULT_SOURCE || /* Glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE .fi .SH BESCHREIBUNG Diese Funktionen berechnen den Hauptwert des Arkustangens von \fIx\fP; das ist der Wert, dessen Tangens \fIx\fP ist. .SH RÜCKGABEWERT Bei Erfolg geben diese Funktionen den Hauptwert des Arkustangens von \fIx\fP im Radialmaß zurück; der Rückgabewert ist im Bereich von [\-pi/2,\ pi/2]. .PP Falls \fIx\fP keine zulässige Zahl (»NaN«) ist, wird »NaN« zurückgegeben. .PP Falls \fIx\fP gleich +0 (\-0) ist, wird +0 (\-0) zurückgegeben. .PP .\" .\" POSIX.1-2001 documents an optional range error for subnormal x; .\" glibc 2.8 does not do this. Falls \fIx\fP positiv unendlich (negativ unendlich) ist, wird +pi/2 (\-pi/2) zurückgegeben. .SH FEHLER Es treten keine Fehler auf. .SH ATTRIBUTE Siehe \fBattributes\fP(7) für eine Erläuterung der in diesem Abschnitt verwandten Ausdrücke. .ad l .nh .TS allbox; lbx lb lb l l l. Schnittstelle Attribut Wert T{ \fBatan\fP(), \fBatanf\fP(), \fBatanl\fP() T} Multithread\-Fähigkeit MT\-Safe .TE .hy .ad .sp 1 .SH STANDARDS C99, POSIX.1\-2001, POSIX.1\-2008. .PP Die Variante, die \fIdouble\fP zurückgibt, ist außerdem konform zu SVr4, 4.3BSD. .SH "SIEHE AUCH" \fBacos\fP(3), \fBasin\fP(3), \fBatan2\fP(3), \fBcarg\fP(3), \fBcatan\fP(3), \fBcos\fP(3), \fBsin\fP(3), \fBtan\fP(3) .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Dr. Tobias Quathamer 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 .