marMathConst.h

Go to the documentation of this file.
00001 // header to define some math constants
00002 
00003 const double PI = 3.14159265358979323846264338328;
00004 
00005 //#ifndef M_PI
00006 //#define M_PI       3.14159265358979323846264338328      /* pi */
00007 //#endif
00008 
00009 //#ifndef M_PI_2
00010 //#define M_PI_2     1.57079632679489661923132169164      /* pi/2 */
00011 //#endif
00012 

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1