lpochhammer {orthopolynom} | R Documentation |
lpochhammer
returns the value of the natural logarithm of Pochhammer's symbol
calculated as
ln <=ft[ {( z )_n } right] = ln Γ ( {z + n} ) - ln Γ ( z )
where Γ ( z ) 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 )