Main Page | Data Structures | Directories | File List | Data Fields | Globals

nan.h File Reference

#include <math.h>

Include dependency graph for nan.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define isnan(x)
#define isinf(x)
#define NAN   (0.0/0.0)
#define PINF   (1.0/0.0)
#define NINF   (-1.0/0.0)


Define Documentation

#define isinf  ) 
 

Value:

(sizeof (x) == sizeof (long double) ? isinf_ld (x) \
   : sizeof (x) == sizeof (double) ? isinf_d (x) \
   : isinf_f (x))

Definition at line 19 of file nan.h.

#define isnan  ) 
 

Value:

(sizeof (x) == sizeof (long double) ? isnan_ld (x) \
   : sizeof (x) == sizeof (double) ? isnan_d (x) \
   : isnan_f (x))

Definition at line 8 of file nan.h.

Referenced by parse_avpair().

#define NAN   (0.0/0.0)
 

Definition at line 28 of file nan.h.

#define NINF   (-1.0/0.0)
 

Definition at line 30 of file nan.h.

#define PINF   (1.0/0.0)
 

Definition at line 29 of file nan.h.


Generated on Thu Sep 6 13:13:15 2007 for driver by  doxygen 1.3.9.1