|
|||||||
|
|
ISINFSection: Bibliotheksfunktionen (3)Updated: 6. Juni 1996 Index Return to Main Contents BEZEICHNUNGisinf, isnan, finite - teste auf Unendlichkeit oder "keine Zahl" (not-a-number, NaN)ÜBERSICHT#include <math.h> int isinf(double value); int isnan(double value); int finite(double value); DESCRIPTIONDie 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 ZUBSD 4.3
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man3". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |