SpecialFunctionsMittagLefflerE(Double, Complex) Method |
Computes the Mittag-Leffler function, E_(α)(z).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
ComplexThe 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