You are here: Symbol Reference > Math387 Namespace > Functions > Math387.Root Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.Root Function

The root of complex number.

Pascal
function Root(const A: TCplx; K: Integer; N: Integer): TCplx; overload;

'N' roots of 'A' by varying 'K' from 0..N-1.

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

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!