Go to the first, previous, next, last section, table of contents.


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 double and single precision arithmetic respectivly.



Go to the first, previous, next, last section, table of contents.