finite(3) mojave man page | unix.com

Man Page: finite

Operating Environment: mojave

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
finitef(3) - linux
finitel(3) - linux
finite(3) - linux
isinff(3) - linux
isnanf(3) - linux
Similar Topics in the Unix Linux Community
the given code goes in infinite loop and does not increment variable i
infinite loop to check process is running
Is my code in an Infinite Loop?
How to stop infinite loop
Read function is going in infinite in another script having while loop