Click or drag to resize

SpecialFunctionsMittagLefflerE(Double, Double, Complex) Method

Computes the generalized Mittag-Leffler function, E_(α, β)(z).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex MittagLefflerE(
	double alpha,
	double beta,
	Complex z
)

Parameters

alpha  Double

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

beta  Double

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

z  Complex
The value to evaluate.

Return Value

Complex
The Mittag-Leffler function evaluated at given value.
Remarks
E_(α, β)(z) = sum_(k=0)^∞ z^k/Γ(k α + β), where α is any positive real numbers.
See Also