Math387.Root Method

Overload List

#SignatureDescription
1TCplx Root(TCplx A, Int32 K, Int32 N)The root of complex number.
2TSCplx Root(TSCplx A, Int32 K, Int32 N)

Overload 1: TCplx Root(TCplx A, Int32 K, Int32 N)

The root of complex number.

#NameTypeDescription
1ATCplxscalar
2KInt32
3NInt32

Returns: TCplx (complex) - 'N' roots of 'A' by varying 'K' from 0..N-1.

Remarks:

This routine uses DeMoivre's theorem to calculate all roots of complex number.

Overload 2: TSCplx Root(TSCplx A, Int32 K, Int32 N)

#NameTypeDescription
1ATSCplxscalar
2KInt32
3NInt32

Returns: TSCplx