source: PSPA/Interface_Web/trunk/pspaWT/sources/controler/include/mathematicalConstants.h @ 257

Last change on this file since 257 was 257, checked in by garnier, 11 years ago

refactoring

File size: 241 bytes
Line 
1#ifndef MATHEMATICALCONSTANTS_SEEN
2#define MATHEMATICALCONSTANTS_SEEN
3
4#define PI    3.14159265359
5#define TWOPI 6.28318530718
6#define DEG_TO_RADIANS 1.74532925199e-2
7#define PETIT 0.5e-38
8#define GRAND 0.5e+38
9#define EPSILON 1.e-10
10#endif
Note: See TracBrowser for help on using the repository browser.