Meta.Numerics Library
ComplexMath Class
Meta.NumericsMeta.NumericsComplexMath
Provides simple functions of complex arguments.
Declaration Syntax
C#Visual BasicVisual C++F#
public static class ComplexMath
Public NotInheritable Class ComplexMath
public ref class ComplexMath abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ComplexMath =  class end
Members
All MembersMethodsProperties



IconMemberDescription
Abs(Complex)
Computes the absolute value of a complex number.
Arg(Complex)
Computes the phase of a complex number.
Cos(Complex)
Computes the cosine of a complex number.
Cosh(Complex)
Computes the hyperbolic cosine of a complex number.
Exp(Complex)
Computes e raised to the power of a complex number.
I
Gets the unit imaginary number I.
Log(Complex)
Computes the natrual logarithm of a complex number.
Pow(Complex, Double)
Raises a complex number to an arbitrary real power.
Pow(Double, Complex)
Raises a real number to an arbitrary complex power.
Pow(Complex, Int32)
Raises a complex number to an integer power.
Sin(Complex)
Computes the sine of a complex number.
Sinh(Complex)
Computes the hyperbolic sine of a complex number.
Sqrt(Complex)
Computes the square root of a complex number.
Tan(Complex)
Computes the tangent of a complex number.
Tanh(Complex)
Computes the hyperbolic tangent of a complex number.
Inheritance Hierarchy
Object
ComplexMath