Logo ROOT   6.10/09
Reference Guide
DistFuncMathCore.h
Go to the documentation of this file.
1 // @(#)root/mathcore:$Id$
2 // Authors: L. Moneta, A. Zsenei 08/2005
3 
4  /**********************************************************************
5  * *
6  * Copyright (c) 2004 ROOT Foundation, CERN/PH-SFT *
7  * *
8  * *
9  **********************************************************************/
10 
11 #ifndef ROOT_Math_DistFuncMathCore
12 #define ROOT_Math_DistFuncMathCore
13 
14 
15 
16 // pdf functions from Mathcore
17 #include "Math/PdfFuncMathCore.h"
18 
19 // cdf from mathcore
20 #include "Math/ProbFuncMathCore.h"
21 
22 // quantile functions from mathcore
23 #include "Math/QuantFuncMathCore.h"
24 
25 
26 #endif // ROOT_Math_DistFunc