1 #ifndef __JMATH__JCONSTANTS__ 
    2 #define __JMATH__JCONSTANTS__ 
   13 namespace JPP { 
using namespace JMATH; }
 
   20   static const double PI                        = acos(-1.0);           
 
   21   static const double EULER                     = 0.577215664901533;    
 
Auxiliary classes and methods for mathematical operations.
 
static const double EULER
Euler number.
 
static const double PI
Mathematical constants.
 
static const long long int GIGABYTE
Number of bytes in a mega-byte.
 
static const long long int MEGABYTE
Number of bytes in a kilo-byte.
 
static const long long int KILOBYTE
Computing quantities.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).