finite(3) osx man page | unix.com

Man Page: finite

Operating Environment: osx

Section: 3

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.
BSD
December 11, 2006 BSD
Related Man Pages
isnanl(3) - linux
finitef(3) - debian
atan2(3) - opendarwin
pow(3) - opendarwin
hypot(3) - netbsd
Similar Topics in the Unix Linux Community
Which is more efficient - sleep or infinite while?
Running a script in INFINITE LOOP
infinite while do loop problem
My for loop decides to become an infinite loop?
How to stop infinite loop