Numerical Constants.

Numerical Constants.
#define PI
Pi
#define ONE_PI
Pi: alternative spelling
#define TWO_PI(2*ONE_PI)
two times pi
#define TWO_OVER_PI(2 / ONE_PI)
two over pi
#define RAD_PER_DEG(ONE_PI/180.0)
radians per degree
#define EULER_E
Euler e
#define ROOT_TWO
root two
Numerical Constants.
Author:
DS

alphabetic index hierarchy of classes


Please send questions and comments to zweizig_j@ligo.caltech.edu


generated by doc++