Namespace xFunc.Maths.Expressions.ComplexNumbers
Classes
- ComplexNumber
Represent complex number expression.
- Conjugate
Represents the Conjugate function.
- Im
Represent the function which returns the imaginary part of complex number.
- Phase
Represent the Phase function.
- Re
Represent the function which returns the real part of complex number.
- Reciprocal
Represents the Reciprocal function.
- ToComplex
Represents the 'tocomplex' function.