Jpp  19.1.0-rc.1
the software that should make you happy
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
Mathematical constants.
static const double EULER
Euler number.
static const double PI
Mathematical constants.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Auxiliary classes and methods for multi-dimensional interpolations and histograms.