Click or drag to resize

Complex32Power Method

Raise this Complex32 to the given value.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Complex32 Power(
	Complex32 exponent
)

Parameters

exponent  Complex32
The exponent.

Return Value

Complex32
The complex number raised to the given exponent.
See Also