Raise this Complex32 to the inverse of the given value.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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