AdvancedComplexMath Class

Contains methods that compute advanced functions of complex arguments.

Definition

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static class AdvancedComplexMath
Inheritance
Object    AdvancedComplexMath

Methods

AiryAi Computes the complex Airy function of the first kind.
AiryBi Computes the complex Airy function of the second kind.
DiLog Computes the complex dilogarithm function, also called Spence's function.
Ein Computes the entire complex exponential integral.
Erf Computes the complex error function.
Faddeeva Computes the complex Faddeeva function.
Gamma Computes the complex Gamma function.
LogGamma Compute the complex log Gamma function.
Psi Computes the complex digamma (ψ) function.
RiemannZeta Computes the Riemann zeta function for complex values.

See Also