Jpp  15.0.1-rc.1-highQE
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
JMath/JMathSupportkit.hh File Reference

Auxiliary methods for mathematics. More...

#include <limits>
#include <cmath>
#include "JMath/JConstants.hh"
#include "JLang/JException.hh"

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).
 

Functions

double JMATH::gauss (const double x, const double sigma)
 Gauss function (normalised to 1 at x = 0). More...
 
double JMATH::gauss (const double x, const double x0, const double sigma)
 Gauss function (normalised to 1 at x = x0). More...
 
double JMATH::Gauss (const double x, const double sigma)
 Normalised Gauss function. More...
 
double JMATH::Gauss (const double x, const double x0, const double sigma)
 Normalised Gauss function. More...
 
double JMATH::Gamma (const double a, const double x)
 Incomplete gamma function. More...
 
double JMATH::legendre (const unsigned int n, const double x)
 Legendre polynome. More...
 
double JMATH::binomial (const int n, const int k)
 Binomial function. More...
 

Detailed Description

Auxiliary methods for mathematics.

Author
mdejong

Definition in file JMath/JMathSupportkit.hh.