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.3572.0 (4.8.3572.0)
Syntax
C#
public static Complex MittagLefflerE(
	double alpha,
	Complex z
)

Parameters

alpha  Double
The α parameter.
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