logGamma

Natural logarithm of the gamma function, $(GAMMA)(x)

Returns the base e (2.718...) logarithm of the absolute value of the gamma function of the argument.

For reals, logGamma is equivalent to log(fabs(gamma(x))).

Special Values
xlogGamma(x)
NaNNaN
integer <= 0+∞
$(PLUSMNINF)+∞
pure nothrow @safe @nogc
real
logGamma
(
real x
)

Meta