lpochhammer {orthopolynom}R Documentation

Calculate the logarithm of Pochhammer's symbol

Description

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

Usage

lpochhammer(z, n)

Arguments

z argument of the symbol
n integer number of terms in the symbol

Value

The value of the logarithm of the symbol

Author(s)

Frederick Novomestky fnovomes@poly.edu

See Also

pochhammer

Examples

lpochhammer( pi, 5 )

[Package orthopolynom version 1.0-1 Index]