Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Calc Namespaces
Altaxo.Calc
ComplexMath Class
ComplexMath Methods
Abs Method
Abs2 Method
Absolute Method
Acos Method
Acosh Method
Acot Method
Acoth Method
Acsc Method
Acsch Method
Arg Method
Argument Method
Argument2 Method
Asec Method
Asech Method
Asin Method
Asinh Method
Atan Method
Atanh Method
Conjugate Method
Cos Method
Cosh Method
Cot Method
Coth Method
Csc Method
Csch Method
Exp Method
Inverse Method
Log Method
Log10 Method
LogAbs Method
Max Method
MultiplyImaginaryNumber Method
MultiplyRealNumber Method
Norm Method
Polar Method
Pow Method
Pow2 Method
Pow3 Method
Pow4 Method
Pow5 Method
Pow6 Method
Pow7 Method
Pow8 Method
Pow9 Method
Sec Method
Sech Method
Sin Method
Sinh Method
Sqrt Method
Swap Method
Tan Method
Tanh Method
Complex
Math
Pow
8 Method
Calculates
x^8
.
Namespace:
Altaxo.Calc
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
Copy
public
static
Complex
Pow8
(
this
Complex
x
)
Parameters
x
Complex
The complex argument.
Return Value
Complex
x
to the eighth power.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Complex
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
ComplexMath Class
Altaxo.Calc Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net