lpochhammer: Calculate the logarithm of Pochhammer's symbol

View source: R/lpochhammer.R

lpochhammerR 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[ {≤ft( z \right)_n } \right] = \ln Γ ≤ft( {z + n} \right) - \ln Γ ≤ft( z \right)

where Γ ≤ft( z \right) 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 )

orthopolynom documentation built on Oct. 3, 2022, 5:08 p.m.