tail head cat sleep
QR code linking to this page

Manpage  — ISINF

BEZEICHNUNG

isinf, isnan, finite - teste auf Unendlichkeit oder "keine Zahl" (not-a-number, NaN)

INHALT

ÜBERSICHT

#include <math.h> 

int isinf(double value);

int isnan(double value);

int finite(double value);

DESCRIPTION

Die Funktion isinf() gibt -1 zurück wenn value negative Unendlichkeit repräsentiert, 1 wenn value positive Unendlichkeit repräsentiert, und ansonsten 0.

Die Funktion isnan() gibt einen nicht-Null-Wert zurück wenn value keine Zahl ist (NaN), ansonsten 0.

Die Funktion finite() gibt einen nicht-Null-Wert zurück wenn value endlich ist oder keine ist (NaN), ansonsten 0.

KONFORM ZU

BSD 4.3


6. Juni 1996 ISINF (3) GNU

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

How do you pronounce UNIX ? You Nix !