Click or drag to resize

AdvancedComplexMath Class

Contains methods that compute advanced functions of complex arguments.
Inheritance Hierarchy
SystemObject
  Meta.Numerics.FunctionsAdvancedComplexMath

Namespace:  Meta.Numerics.Functions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static class AdvancedComplexMath

The AdvancedComplexMath type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDiLog
Computes the complex dilogarithm function, also called Spence's function.
Public methodStatic memberEin
Computes the entire complex exponential integral.
Public methodStatic memberErf
Computes the complex error function.
Public methodStatic memberFaddeeva
Computes the complex Faddeeva function.
Public methodStatic memberGamma
Computes the complex Gamma function.
Public methodStatic memberLogGamma
Compute the complex log Gamma function.
Public methodStatic memberPsi
Computes the complex digamma (ψ) function.
Public methodStatic memberRiemannZeta
Computes the Riemann zeta function for complex values.
Top
See Also