FINITE(3) BSD Library Functions Manual FINITE(3)NAMEfinite -- returns 1 for finite x, 0 for infinite x and NaNs.SYNOPSIS#include <math.h> int finite(double x);DESCRIPTIONThe finite() function returns 1 if -infinity < x < +infinity. It returns 0 if x is +-infinity or a NaN.STANDARDSThe finite() function conforms to ISO/IEC 9899:1999(E).BSDJuly 2, 2003 BSD
| Related Man Pages |
|---|
| pow(3) - mojave |
| isfinite(3) - netbsd |
| powl(3) - osx |
| hypotl(3) - freebsd |
| cabsl(3) - freebsd |
| Similar Topics in the Unix Linux Community |
|---|
| Running a script in INFINITE LOOP |
| Infinite for loop is taking too much CPU usage % |
| infinite while do loop problem |
| 30 Load average with fping script |
| Is it a joke or a command? |