Query: isinff
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ISINFF(3) BSD Library Functions Manual ISINFF(3)NAMEisinff, isnanf -- test for infinity or not-a-numberLIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h> int isinff(float); int isnanf(float);DESCRIPTIONThe 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 ALSOisinf(3), isnan(3), math(3) IEEE Standard for Binary Floating-Point Arithmetic, Std 754-1985, ANSI.BUGSNeither 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.BSDAugust 16, 1999 BSD
Related Man Pages |
---|
finitef(3) - linux |
finitel(3) - centos |
finite(3) - centos |
isnanf(3) - centos |
isnanl(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Unix File Permissions |
Memory Leaks |
Vm versus physical linux server |
NetBSD 6.1.2: apm and admd not found |