Contains methods that compute advanced functions of complex arguments.
Namespace:
Meta.Numerics.FunctionsAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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.
|