lpochhammer {orthopolynom} | R Documentation |
lpochhammer
returns the value of the natural logarithm of Pochhammer's symbol
calculated as
\ln ≤ft[ {≤ft( z \right)_n } \right] = \ln Γ ≤ft( {z + n} \right) - \ln Γ ≤ft( z \right)
where Γ ≤ft( z \right) is the Gamma function
lpochhammer(z, n)
z |
argument of the symbol |
n |
integer number of terms in the symbol |
The value of the logarithm of the symbol
Frederick Novomestky fnovomes@poly.edu
lpochhammer( pi, 5 )