Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

c_stdinc.h File Reference

C version of the standard include file. More...

#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include <version.h>

Go to the source code of this file.

Defines

#define false   0
#define true   1
#define local   static
#define streq(x, y)   (strcmp((x), (y)) == 0)
#define PI   3.14159265358979323846
#define TWO_PI   (2 * (PI))
#define HALF_PI   (0.5 * (PI))
#define ONE_THIRD   0.33333333333333333333
#define ONE_SIXTH   0.16666666666666666667
#define VERY_LARGE_NUMBER   1e300
#define pos_angle(phi)   ((phi) - TWO_PI * floor((phi)/TWO_PI ))
#define sym_angle(phi)   ((phi) - TWO_PI * floor(((phi)+PI)/TWO_PI ))

Typedefs

typedef double real
typedef int bool
typedef real xreal


Detailed Description

C version of the standard include file.

Definition in file c_stdinc.h.


Generated on Wed Jul 20 12:43:37 2005 for Starlab by  doxygen 1.4.3