ComplexMath Class |
Namespace: Meta.Numerics
The ComplexMath type exposes the following members.
Name | Description | |
---|---|---|
Abs |
Computes the absolute value of a complex number.
| |
Acos |
Computes the inverse cosine (arccosine) of a complex number.
| |
Arg |
Computes the phase of a complex number.
| |
Asin |
Computes the inverse sine (arcsine) of a complex number.
| |
Cos |
Computes the cosine of a complex number.
| |
Cosh |
Computes the hyperbolic cosine of a complex number.
| |
Exp |
Computes e raised to the power of a complex number.
| |
Log |
Computes the natrual logarithm of a complex number.
| |
Pow(Double, Complex) |
Raises a real number to an arbitrary complex power.
| |
Pow(Complex, Complex) |
Raises a complex number to a complex power.
| |
Pow(Complex, Double) |
Raises a complex number to an arbitrary real power.
| |
Pow(Complex, Int32) |
Raises a complex number to an integer power.
| |
Sin |
Computes the sine of a complex number.
| |
Sinh |
Computes the hyperbolic sine of a complex number.
| |
Sqr |
Computes the square of a complex number.
| |
Sqrt |
Computes the square root of a complex number.
| |
Tan |
Computes the tangent of a complex number.
| |
Tanh |
Computes the hyperbolic tangent of a complex number.
|