digamma-1.0: A (deprecated) implementation of the digamma function

Safe HaskellNone
LanguageHaskell98

Numeric.Digamma

Synopsis

Documentation

digamma :: Double -> Double

Compute ψ0(x), the first logarithmic derivative of the gamma function. Uses Algorithm AS 103 by Bernardo, based on Minka's C implementation.