Click or drag to resize

ComplexMath Methods

The ComplexMath type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAbs
Computes the absolute value of a complex number.
Public methodStatic memberAcos
Computes the inverse cosine (arccosine) of a complex number.
Public methodStatic memberArg
Computes the phase of a complex number.
Public methodStatic memberAsin
Computes the inverse sine (arcsine) of a complex number.
Public methodStatic memberCos
Computes the cosine of a complex number.
Public methodStatic memberCosh
Computes the hyperbolic cosine of a complex number.
Public methodStatic memberExp
Computes e raised to the power of a complex number.
Public methodStatic memberLog
Computes the natrual logarithm of a complex number.
Public methodStatic memberPow(Double, Complex)
Raises a real number to an arbitrary complex power.
Public methodStatic memberPow(Complex, Complex)
Raises a complex number to a complex power.
Public methodStatic memberPow(Complex, Double)
Raises a complex number to an arbitrary real power.
Public methodStatic memberPow(Complex, Int32)
Raises a complex number to an integer power.
Public methodStatic memberSin
Computes the sine of a complex number.
Public methodStatic memberSinh
Computes the hyperbolic sine of a complex number.
Public methodStatic memberSqr
Computes the square of a complex number.
Public methodStatic memberSqrt
Computes the square root of a complex number.
Public methodStatic memberTan
Computes the tangent of a complex number.
Public methodStatic memberTanh
Computes the hyperbolic tangent of a complex number.
Top
See Also