Click or drag to resize

Complex32Root Method

Raise this Complex32 to the inverse of the given value.

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

Parameters

rootExponent  Complex32
The root exponent.

Return Value

Complex32
The complex raised to the inverse of the given exponent.
See Also