Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

22.11 slgamma - Log-Gamma function logΓ (x)

#include <msca.h> 
 
double slgamma (double x); 
float  slgammaf(float x);

Given a value x this function computes the Log-Gamma function log Γ (x)  .