Jpp  17.1.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Variables
JMath/JConstants.hh File Reference

Mathematical constants. More...

#include <math.h>

Go to the source code of this file.

Namespaces

 JMATH
 Auxiliary classes and methods for mathematical operations.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Variables

static const double JMATH::PI = acos(-1.0)
 Mathematical constants. More...
 
static const double JMATH::EULER = 0.577215664901533
 Euler number. More...
 
static const long long int JMATH::KILOBYTE = 1024
 Computing quantities. More...
 
static const long long int JMATH::MEGABYTE = KILOBYTE*KILOBYTE
 Number of bytes in a kilo-byte. More...
 
static const long long int JMATH::GIGABYTE = MEGABYTE*KILOBYTE
 Number of bytes in a mega-byte. More...
 

Detailed Description

Mathematical constants.

Author
mdejong

Definition in file JMath/JConstants.hh.