Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:01:12

0001 #ifndef GammaLn_H
0002 #define GammaLn_H
0003 
0004 /** Returns the value ln( gamma(z) ) for z > 0 */
0005 extern float GammaLn(float z);
0006 
0007 #endif