.\" -*- coding: UTF-8 -*- '\" t .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk .\" .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH fmax 3 "20. Juli 2023" "Linux man\-pages 6.05.01" .SH BEZEICHNUNG fmax, fmaxf, fmaxl \- das Maxium zweier Fließkommazahlen bestimmen .SH BIBLIOTHEK Mathematik\-Bibliothek (\fIlibm\fP, \fI\-lm\fP) .SH ÜBERSICHT .nf \fB#include \fP .PP \fBdouble fmax(double \fP\fIx\fP\fB, double \fP\fIy\fP\fB);\fP \fBfloat fmaxf(float \fP\fIx\fP\fB, float \fP\fIy\fP\fB);\fP \fBlong double fmaxl(long double \fP\fIx\fP\fB, long double \fP\fIy\fP\fB);\fP .fi .PP .RS -4 Mit Glibc erforderliche Feature\-Test\-Makros (siehe \fBfeature_test_macros\fP(7)): .RE .PP \fBfmax\fP(), \fBfmaxf\fP(), \fBfmaxl\fP(): .nf _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L .fi .SH BESCHREIBUNG Diese Funktionen liefern den größeren der Werte von \fIx\fP und \fIy\fP zurück. .SH RÜCKGABEWERT Diese Funktionen liefern das Maximum von \fIx\fP und \fIy\fP zurück. .PP Falls ein Argument keine Zahl (»NaN«) ist, wird das andere Argument zurückgegeben. .PP Falls beide Argumente keine Zahl (»NaN«) sind, wird »NaN« 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. .TS allbox; lbx lb lb l l l. Schnittstelle Attribut Wert T{ .na .nh \fBfmax\fP(), \fBfmaxf\fP(), \fBfmaxl\fP() T} Multithread\-Fähigkeit MT\-Sicher .TE .sp 1 .SH STANDARDS C11, POSIX.1\-2008. .SH GESCHICHTE Glibc 2.1. C99, POSIX.1\-2001. .SH "SIEHE AUCH" \fBfdim\fP(3), \fBfmin\fP(3) .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Helge Kreutzmann 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 .