Click or drag to resize

SpecialFunctionsMittagLefflerE(Double, Complex) Method

Computes the 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,
	Complex z
)

Parameters

alpha  Double

[Missing <param name="alpha"/> documentation for "M:Altaxo.Calc.SpecialFunctions.MittagLefflerE(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 α + 1), where α is any positive real number.
See Also