Click or drag to resize

ComplexMathPow(Complex, Double) Method

Calculate the power of a complex number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Complex Pow(
	Complex a,
	double b
)

Parameters

a  Complex
The function argument.
b  Double
The exponent.

Return Value

Complex
The power of z to the exponent b.
See Also