Returns the 3rd power of the complex number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static Complex Pow3(
Complex c
)
Parameters
- c Complex
- Argument.
Return Value
Complex3rd power of c.
See Also