]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TUHKMgen/UHKM/HankelFunction.h
Coding violations
[u/mrichter/AliRoot.git] / TUHKMgen / UHKM / HankelFunction.h
1 /*                                                                          
2                                                                             
3         Nikolai Amelin, Ludmila Malinina, Timur Pocheptsov (C) JINR/Dubna
4       amelin@sunhe.jinr.ru, malinina@sunhe.jinr.ru, pocheptsov@sunhe.jinr.ru 
5                            November. 2, 2005                                
6
7 */
8
9 #ifndef HANKELFUNCTION_INCLUDED
10 #define HANKELFUNCTION_INCLUDED
11
12 #include <Rtypes.h>
13
14 Double_t HankelK0(Double_t x);
15 Double_t HankelK1(Double_t x);
16 // compute modified Hankel function of the second,...,order
17 Double_t HankelKn(Int_t n, Double_t x);
18
19 #endif