source: PSPA/Interface_Web/trunk/pspaWT/include/mathematicalConstants.h @ 123

Last change on this file since 123 was 123, checked in by garnier, 12 years ago

supprimer pour remettre

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.