前页 后页

isnan

SYNOPSIS:

int isnan(x);
double x;
int n;

n = isnan(x);

DESCRIPTION:

Returns true if x is not a number.