Click or drag to resize

SpecialFunctionsMittagLefflerE(Double, Double) Method

Computes the Mittag-Leffler function, E_(α)(x).

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

Parameters

alpha  Double
The
x  Double
The value to evaluate.

Return Value

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