| Domain | My Life | Resume | Documents | Calculators | Miscellaneous | Links | Projects | Site Methodology | Site Map |
|
Documentation
From my personal library, The Internet |
| Man Pages | RFC | HOWTO | SDK | Software |
int
finite(double x);
DESCRIPTION
The finite() function returns 1 if -infinity < x < +infinity. It returns
0 if x is +-infinity or a NaN.
BSD July 2, 2003 BSD
Man(1) output converted with man2html |