.\" -*- coding: UTF-8 -*- .\" Copyright 2004 Andries Brouwer . .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH INFINITY 3 "9. Oktober 2022" "Linux man\-pages 6.03" .SH BEZEICHNUNG INFINITY, NAN, HUGE_VAL, HUGE_VALF, HUGE_VALL \- Fließkommakonstanten .SH BIBLIOTHEK Mathebibliothek (\fIlibm\fP) .SH ÜBERSICHT .nf \fB#define _ISOC99_SOURCE\fP /* siehe feature_test_macros(7) */ \fB#include \fP .PP \fBINFINITY\fP .PP \fBNAN\fP .PP \fBHUGE_VAL\fP \fBHUGE_VALF\fP \fBHUGE_VALL\fP .fi .SH BESCHREIBUNG The macro \fBINFINITY\fP expands to a \fIfloat\fP constant representing positive infinity. .PP The macro \fBNAN\fP expands to a \fIfloat\fP constant representing a quiet NaN (when supported). A \fIquiet\fP NaN is a NaN ("not\-a\-number") that does not raise exceptions when it is used in arithmetic. The opposite is a \fIsignaling\fP NaN. See IEC 60559:1989. .PP The macros \fBHUGE_VAL\fP, \fBHUGE_VALF\fP, \fBHUGE_VALL\fP expand to constants of types \fIdouble\fP, \fIfloat\fP, and \fIlong double\fP, respectively, that represent a large positive value, possibly positive infinity. .SH STANDARDS C99. .PP On a glibc system, the macro \fBHUGE_VAL\fP is always available. Availability of the \fBNAN\fP macro can be tested using \fB#ifdef NAN\fP, and similarly for \fBINFINITY\fP, \fBHUGE_VALF\fP, \fBHUGE_VALL\fP. They will be defined by \fI\fP if \fB_ISOC99_SOURCE\fP or \fB_GNU_SOURCE\fP is defined, or \fB__STDC_VERSION__\fP is defined and has a value not less than 199901L. .SH "SIEHE AUCH" \fBfpclassify\fP(3), \fBmath_error\fP(7) .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 .