SpecialDigammazeta_series Method |
Evaluates digamma(z) near a simple root using a Taylor series whose coefficients are expressed via the Hurwitz zeta function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static Complex zeta_series(
Complex z,
double root,
double rootval
)
Parameters
- z Complex
- The complex argument.
- root Double
- An approximation of the (real) root location around which to expand.
- rootval Double
- The precomputed value of digamma at root corresponding to the chosen floating-point approximation.
Return Value
ComplexThe digamma function value at
z.
See Also