1#ifndef __JMATH__JCONSTANTS__
2#define __JMATH__JCONSTANTS__
13namespace JPP {
using namespace JMATH; }
20 static const double PI = acos(-1.0);
21 static const double EULER = 0.577215664901533;
26 static const long long int KILOBYTE = 1024;
27 static const long long int MEGABYTE = KILOBYTE*
KILOBYTE;
28 static const long long int GIGABYTE = MEGABYTE*
KILOBYTE;
Auxiliary classes and methods for mathematical operations.
static const long long int KILOBYTE
Computing quantities.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).