orsa_common.h File Reference

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

Go to the source code of this file.

Namespaces

namespace  orsa

Defines

#define PI   3.1415926535897932384626433832795029L
#define MAX(a, b)   ((b) < (a) ? (a) : (b))
#define MIN(a, b)   ((a) < (b) ? (a) : (b))
#define ABS(a)   ((a) >= 0 ? (a) : -(a))

Variables

const double halfpi = PI/2
const double pi = PI
const double twopi = PI+PI
const double pisq = PI*PI


Define Documentation

#define ABS (  )     ((a) >= 0 ? (a) : -(a))

Definition at line 37 of file orsa_common.h.

#define MAX ( a,
 )     ((b) < (a) ? (a) : (b))

Definition at line 35 of file orsa_common.h.

Referenced by Radau15::Step().

#define MIN ( a,
 )     ((a) < (b) ? (a) : (b))

Definition at line 36 of file orsa_common.h.

Referenced by TLEFile::Read().

#define PI   3.1415926535897932384626433832795029L

Definition at line 33 of file orsa_common.h.


Generated on Thu Feb 14 21:41:11 2008 for liborsa by  doxygen 1.5.5