Complex Class
Name | Description | |
---|---|---|
![]() |
Complex() | Inits complex number as (0, 0). |
![]() |
Complex(double) | Inits complex number with imaginary part = 0. |
![]() |
Complex(double, double) | Inits complex number. |
Name | Description | |
---|---|---|
![]() ![]() |
Abs(Complex) | Calcs the absolute value of a complex number. |
![]() ![]() |
Arg(Complex) | Argument of the complex number. |
![]() ![]() |
Conj(Complex) | Computes the conjugation of a complex number. |
![]() ![]() |
Cos(Complex) | Complex cosine. |
![]() ![]() |
Cosh(Complex) | Hyperbolic cosine of a. |
![]() ![]() |
Cot(Complex) | Cotangent of a. |
![]() ![]() |
Coth(Complex) | Hyperbolic cotangent of a. |
![]() ![]() |
Csch(Complex) | Hyperbolic cosecant of a. |
![]() |
Equals(object) | Determines whether the specified object is equal to the current object. |
![]() ![]() |
Exp(Complex) | Complex exponential function. |
![]() |
GetHashCode() | Serves as the default hash function. |
![]() ![]() |
Inv(Complex) | Inverts a. |
![]() |
IsImaginary() | |
![]() |
IsReal() | |
![]() ![]() |
Log(Complex) | Main value of the complex logarithm. |
![]() ![]() |
Pow(Complex, Complex) | |
![]() ![]() |
Pow(Complex, double) | |
![]() ![]() |
Pow(double, Complex) | |
![]() ![]() |
Sech(Complex) | Hyperbolic secant of a. |
![]() ![]() |
Sin(Complex) | Complex sine. |
![]() ![]() |
Sinh(Complex) | Hyperbolic sine of a. |
![]() ![]() |
Sqrt(Complex) | Complex square root. |
![]() ![]() |
Sqrt(double) | Complex square root. |
![]() ![]() |
Tan(Complex) | Tangent of a. |
![]() ![]() |
Tanh(Complex) | Hyperbolic tangent of a. |
![]() |
ToString() | Returns a string that represents the current object. |
![]() |
ToString(string) |
IGS.Genamo.Complex