2010-02-28 21:48:03 +00:00
|
|
|
#ifndef CONSTANTS_H
|
|
|
|
#define CONSTANTS_H
|
|
|
|
|
|
|
|
#define __EPS0__ 8.85418781762e-12
|
|
|
|
#define __MUE0__ 1.256637062e-6
|
2010-03-01 13:56:27 +00:00
|
|
|
#define PI 3.141592653589793238462643383279
|
2010-02-28 21:48:03 +00:00
|
|
|
|
|
|
|
#endif // CONSTANTS_H
|