__finitef

Name

__finitef -- test for infinity

Synopsis

#include <math.h>

int __finitef(float arg);

Description

__finitef() has the same specification as isfinite() in ISO POSIX (2003) except that the argument type for __finitef() is known to be float.

__finitef() is not in the source standard; it is only in the binary standard.