Query: finite
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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.BSDDecember 11, 2006 BSD
| Related Man Pages | 
|---|
| finitel(3) - linux | 
| isnanl(3) - linux | 
| finitef(3) - debian | 
| finite(3) - debian | 
| hypotf(3) - netbsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| Which is more efficient - sleep or infinite while? | 
| infinite while do loop problem | 
| Infinite while loop | 
| Problem with pipes on infinite streams | 
| Infinite thread |