Contains methods that compute advanced functions of complex arguments.

Namespace: Meta.Numerics.Functions
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 2.1.0.0 (2.1.0.0)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static class AdvancedComplexMath
Public NotInheritable Class AdvancedComplexMath
public ref class AdvancedComplexMath abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AdvancedComplexMath =  class end

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DiLog(Complex)
Computes the complex dilogarithm function, also called Spence's function.
Ein(Complex)
Computes the entire complex exponential integral.
Erf(Complex)
Computes the complex error function.
Faddeeva(Complex)
Computes the complex Faddeeva function.
Gamma(Complex)
Computes the complex Gamma function.
LogGamma(Complex)
Compute the complex log Gamma function.
Psi(Complex)
Computes the complex digamma (ψ) function.

Inheritance Hierarchy

System..::..Object
  Meta.Numerics.Functions..::..AdvancedComplexMath

See Also