SpecialFunctionsDiGammaInv Method |
Computes the inverse Digamma function: this is the inverse of the logarithm of the gamma function. This function will
only return solutions that are positive.
This implementation is based on the bisection method.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double DiGammaInv(
double p
)
Parameters
- p Double
- The argument of the inverse digamma function.
Return Value
DoubleThe positive solution to the inverse DiGamma function at
p.
See Also