Contents|Index|Previous|Next

infinity, infinityf
[representation of infinity]

SYNOPSIS
#include <math.h> 
double infinity(void); 
float infinityf(void);

DESCRIPTION
infinity and infinityf return the special number IEEE infinity in, respectively, double and single precision arithmetic.