Hauptindex | Abschnitt 3 | English | 日本語 | Optionen |
#include <math.h>int isinf(double value);
int isnan(double value);
int finite(double value);
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.
6. Juni 1996 | ISINF (3) | GNU |
Hauptindex | Abschnitt 3 | English | 日本語 | Optionen |
Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.
“ | Ken Thompson was once asked by a reporter what he would have changed about Unix if he had it all to do over again. His answer: “I would spell creat with an ‘e.'” | ” |