Skip to content

gamma and lgamma functions (PR#684)

1 message · Brian Ripley

#
It is as documented, though: ?lgamma gives

     The functions `gamma' and `lgamma' return the gamma function
     Gamma(x) and the natural logarithm of the absolute value of the
                                               ^^^^^^^^^^^^^^^^^
     gamma function.

and log(25.61830) = 3.243307.

It's not S-compatible, I grant.