| Name | Description |
---|
  | ACosh(Complex) |
Calculates the Arcus Kosinus Hyperbolicus of the complex number
|
  | ACosh(Double) |
Calculates the Arcus Kosinus Hyperbolicus of the real number
|
  | Add(Complex, Complex) |
Calculates the sum of the two numbers
|
  | Add(Complex, Double) |
Calculates the sum of the two numbers
|
  | Add(Double, Complex) |
Calculates the sum of the two numbers
|
  | ArcCos(Complex) |
Calculates the Arcus Kosinus of the complex number
|
  | ArcCos(Double) |
Calculates the Arcus Kosinus of the real number
|
  | ArcSin(Complex) |
Calculates the Arcus Sinus of the complex number
|
  | ArcSin(Double) |
Calculates the Arcus Sinus of the real number
|
  | ArcTan(Complex) |
Calculates the Arcus Tangens of the complex number
|
  | ArcTan(Double) |
Calculates the Arcus Tangens of the real number
|
  | Arg |
Calculates the argument of the complex number
|
  | ASinh(Complex) |
Calculates the Arcus Sinus Hyperbolicus of the complex number
|
  | ASinh(Double) |
Calculates the Arcus Sinus Hyperbolicus of the real number
|
  | ATanh(Complex) |
Calculates the Arcus Tangens Hyperbolicus of the complex number
|
  | ATanh(Double) |
Calculates the Arcus Tangens Hyperbolicus of the real number
|
  | Cos(Complex) |
Calculates the Cosinus of the complex number
|
  | Cos(Double) |
Calculates the Cosinus of the real number
|
  | Cosh(Complex) |
Calculates the Kosinus Hyperbolicus of the complex number
|
  | Cosh(Double) |
Calculates the Kosinus Hyperbolicus of the real number
|
  | Coth(Complex) |
Calculates the Cotangens Hyperbolicus of the complex number
|
  | Coth(Double) |
Calculates the Cotangens Hyperbolicus of the real number
|
  | Divide(Complex, Complex) |
Calculates the quotient of the two numbers
|
  | Divide(Complex, Double) |
Calculates the quotient of the two numbers
|
  | Divide(Double, Complex) |
Calculates the quotient of the two numbers
|
  | Exp(Complex) |
Calculates the exponential function of the complex number (E^c)
|
  | Exp(Double) |
Calculates the exponential function of the real number (E^d)
|
  | FromMagAndArg |
Creates a new instance of the Complex structure from Magnitude and Argument
|
  | IsInfinity |
Checks if the given complex number is infinity
|
  | Log(Complex) |
Calculates the natural logarithm function of the complex number
|
  | Log(Double) |
Calculates the natural logarithm function of the real number
|
  | Log10(Complex) |
Calculates the base-10 logarithm function of the complex number
|
  | Log10(Double) |
Calculates the base-10 logarithm function of the real number
|
  | Multiply(Complex, Complex) |
Calculates the product of the two numbers
|
  | Multiply(Complex, Double) |
Calculates the product of the two numbers
|
  | Multiply(Double, Complex) |
Calculates the product of the two numbers
|
  | Pow(Complex, Complex) |
Calculates the first number to the power of the second number
|
  | Pow(Complex, Double) |
Calculates the first number to the power of the second number
|
  | Pow(Double, Complex) |
Calculates the first number to the power of the second number
|
  | Pow(Double, Double) |
Calculates the first number to the power of the second number
|
  | Sin(Complex) |
Calculates the Sinus of the complex number
|
  | Sin(Double) |
Calculates the Sinus of the real number
|
  | Sinh(Complex) |
Calculates the Sinus Hyperbolicus of the complex number
|
  | Sinh(Double) |
Calculates the Sinus Hyperbolicus of the real number
|
  | Sqrt(Complex) |
Calculates the square-root of the complex number
|
  | Sqrt(Double) |
Calculates the square-root of the real number
|
  | Square |
Calculates the square of the complex number
|
  | Subtract(Complex, Complex) |
Calculates the difference of the two numbers
|
  | Subtract(Complex, Double) |
Calculates the difference of the two numbers
|
  | Subtract(Double, Complex) |
Calculates the difference of the two numbers
|
  | Tan(Complex) |
Calculates the Tangens of the complex number
|
  | Tan(Double) |
Calculates the Tangens of the real number
|
  | Tanh(Complex) |
Calculates the Tangens Hyperbolicus of the complex number
|
  | Tanh(Double) |
Calculates the Tangens Hyperbolicus of the real number
|
 | ToMathematica |
Returns the complex number in a string compatible with the Wolfram Mathematica software
|
 | ToString |
Returns a string representation of the complex number
(Overrides ValueTypeToString) |