ComplexMath Class

Contains methods that compute basic functions of complex arguments.

Definition

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static class ComplexMath
Inheritance
Object    ComplexMath

Properties

I Gets the unit imaginary number I.

Methods

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(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.
Pow(Double, Complex) Raises a real number to an arbitrary complex power.
RootsOfUnity Computes the nth roots of unity.
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.

See Also