Click or drag to resize

ComplexMathPow(Complex32, Double) Method

Calculate the power of a complex number

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Complex32 Pow(
	Complex32 c,
	double exponent
)

Parameters

c  Complex32
The complex base value.
exponent  Double
The exponent.

Return Value

Complex32
The value of c raised to the power exponent.
See Also