Penguin

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


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.