Macros

Line Code
1 2 3 4 5 6 7
#ifndef GammaLn_H
#define GammaLn_H

/** Returns the value ln( gamma(z) ) for z > 0 */
extern float GammaLn(float z);

#endif