Jpp  15.0.0
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JTools/JConstants.hh
Go to the documentation of this file.
1 #ifndef __JTOOLS__JCONSTANTS__
2 #define __JTOOLS__JCONSTANTS__
3 
4 #include <math.h>
5 
6 #include "JMath/JConstants.hh"
7 
8 /**
9  * \file
10  * Constants.
11  * \author mdejong
12  */
13 namespace JTOOLS {}
14 namespace JPP { using namespace JTOOLS; }
15 
16 namespace JTOOLS {
17 
18  using JMATH::PI;
19  using JMATH::EULER;
20 }
21 
22 #endif
static const double EULER
Euler number.
Mathematical constants.
static const double PI
Mathematical constants.