ATLAS Offline Software
Loading...
Searching...
No Matches
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
8double ln_factorial(unsigned int value);
9double ln_factorialApp(unsigned int value);
10
11#endif
double ln_factorial(unsigned int value)
Logarithmic factorial (precise).
Definition MathTools.cxx:10
double ln_factorialApp(unsigned int value)
Logarithmic factorial (approximative).
Definition MathTools.cxx:18