Click or drag to resize

ComplexMathPow(Double, Complex) Method

Returns a specified (real 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(
	double z,
	Complex p
)

Parameters

z  Double
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