ATLAS Offline Software
MathTools.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MathTools_h
6 #define MathTools_h
7 
8 double ln_factorial(unsigned int value);
9 double ln_factorialApp(unsigned int value);
11 #endif
athena.value
value
Definition: athena.py:122
ln_factorial
double ln_factorial(unsigned int value)
Logarithmic factorial (precise).
Definition: MathTools.cxx:10
ln_factorialApp
double ln_factorialApp(unsigned int value)
Logarithmic factorial (approximative).
Definition: MathTools.cxx:18