Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
isinf(3)
Edit
PageHistory
Diff
Info
LikePages
ISINF !!!ISINF NAME SYNOPSIS DESCRIPTION CONFORMING TO ---- !!NAME isinf, isnan, finite - test for infinity or not-a-number (NaN) !!SYNOPSIS __#include __ ''value''__); int isnan(double__ ''value''__); int finite(double__ ''value''__); __ !!DESCRIPTION The __isinf()__ function returns -1 if ''value'' represents negative infinity, 1 if ''value'' represents positive infinity, and 0 otherwise. The __isnan()__ function returns a non-zero value if ''value'' is '' The __finite()__ function returns a non-zero value if ''value'' is neither infinite nor a '' !!CONFORMING TO BSD 4.3 ----
One page links to
isinf(3)
:
Man3i
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.