*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: isinff | Section: 3 | Source: MINIX | File: isinff.3
ISINFF(3) FreeBSD Library Functions Manual ISINFF(3) NAME isinff, isnanf - test for infinity or not-a-number LIBRARY Math Library (libm, -lm) SYNOPSIS #include <math.h> int isinff(float); int isnanf(float); DESCRIPTION The isinff() function returns 1 if the number is "infinity", otherwise 0. The isnanf() function returns 1 if the number is "not-a-number", otherwise 0. SEE ALSO isinf(3), isnan(3), math(3) IEEE Standard for Binary Floating-Point Arithmetic, Std 754-1985, ANSI. BUGS Neither the VAX nor the Tahoe floating point have distinguished values for either infinity or not-a-number. These routines always return 0 on those architectures. FreeBSD 14.1-RELEASE-p8 August 16, 1999 FreeBSD 14.1-RELEASE-p8

Navigation Options