Contains methods that compute advanced functions of complex arguments.
| 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
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| DiLog(Complex) |
Computes the complex dilogarithm 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.
|
| Object | |
| AdvancedComplexMath | |