Contains methods that compute advanced functions of complex arguments.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public static class AdvancedComplexMath
Public NotInheritable Class AdvancedComplexMath
public ref class AdvancedComplexMath abstract sealed

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DiLog(Complex)
Computes the complex dilogarathm function, also called Spence's 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