Next: , Previous: ilogb, Up: Math


1.23 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 respectively.