Click or drag to resize

ComplexMathPow3 Method

Returns the 3rd power of the complex number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Pow3(
	Complex c
)

Parameters

c  Complex
Argument.

Return Value

Complex
3rd power of c.
See Also