Click or drag to resize

SpecialDigammazeta_series Method

[Missing <summary> documentation for "M:Altaxo.Calc.SpecialDigamma.zeta_series(System.Numerics.Complex,System.Double,System.Double)"]


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex zeta_series(
	Complex z,
	double root,
	double rootval
)

Parameters

z  Complex

[Missing <param name="z"/> documentation for "M:Altaxo.Calc.SpecialDigamma.zeta_series(System.Numerics.Complex,System.Double,System.Double)"]

root  Double

[Missing <param name="root"/> documentation for "M:Altaxo.Calc.SpecialDigamma.zeta_series(System.Numerics.Complex,System.Double,System.Double)"]

rootval  Double

[Missing <param name="rootval"/> documentation for "M:Altaxo.Calc.SpecialDigamma.zeta_series(System.Numerics.Complex,System.Double,System.Double)"]

Return Value

Complex

[Missing <returns> documentation for "M:Altaxo.Calc.SpecialDigamma.zeta_series(System.Numerics.Complex,System.Double,System.Double)"]

See Also