mojave man page for finite

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)

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
finitel(3) - linux
finite(3) - linux
finitef(3) - debian
finite(3) - debian
atan2(3) - opendarwin
Similar Topics in the Unix Linux Community
Running a script in INFINITE LOOP
Infinite thread
My for loop decides to become an infinite loop?
Read function is going in infinite in another script having while loop
Is it a joke or a command?