Click or drag to resize

ComplexMathPow(Complex, Complex) Method

Returns a specified (complex valued) number raised to the specified (complex valued) power.

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

Parameters

z  Complex
A number to be raised to a power.
p  Complex
A number that specifies a power.

Return Value

Complex
The number z raised to the power p.
See Also