Click or drag to resize

Complex32CubicRoots Method

Evaluate all cubic roots of this Complex32.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public (Complex32 , Complex32 , Complex32 ) CubicRoots()

Return Value

ValueTupleComplex32, Complex32, Complex32
The three cubic roots of this complex number.
See Also