The ComplexMath type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| 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.
| |
| Log(Complex) |
Computes the natrual logarithm of a complex number.
| |
| Pow(Complex, Double) |
Raises a complex number to an arbitrary real 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.
|