opendarwin man page for finite

Query: finite

OS: opendarwin

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FINITE(3)						   BSD Library Functions Manual 						 FINITE(3)

NAME
finite -- returns 1 for finite x, 0 for infinite x and NaNs.
SYNOPSIS
#include <math.h> int finite(double x);
DESCRIPTION
The finite() function returns 1 if -infinity < x < +infinity. It returns 0 if x is +-infinity or a NaN.
STANDARDS
The finite() function conforms to ISO/IEC 9899:1999(E).
BSD
July 2, 2003 BSD
Related Man Pages
isfinite(3) - netbsd
powf(3) - osx
hypotl(3) - freebsd
cabsf(3) - freebsd
hypot(3) - freebsd
Similar Topics in the Unix Linux Community
infinite loop to check process is running
Running a script in INFINITE LOOP
Infinite for loop is taking too much CPU usage %
My for loop decides to become an infinite loop?
Read function is going in infinite in another script having while loop