AdvancedComplexMath Class
Contains methods that compute advanced functions of complex arguments.
Namespace: Meta.Numerics.FunctionsAssembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
public static class AdvancedComplexMath
Public NotInheritable Class AdvancedComplexMath
public ref class AdvancedComplexMath abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AdvancedComplexMath = class end
- Inheritance
- Object AdvancedComplexMath
AiryAi |
Computes the complex Airy function of the first kind.
|
AiryBi |
Computes the complex Airy function of the second kind.
|
DiLog |
Computes the complex dilogarithm function, also called Spence's function.
|
Ein |
Computes the entire complex exponential integral.
|
Erf |
Computes the complex error function.
|
Faddeeva |
Computes the complex Faddeeva function.
|
Gamma |
Computes the complex Gamma function.
|
LogGamma |
Compute the complex log Gamma function.
|
Psi |
Computes the complex digamma (ψ) function.
|
RiemannZeta |
Computes the Riemann zeta function for complex values.
|