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

Power function (integer power).

Pascal
function IntPower(const Base: TCplx; const N: Integer): TCplx; overload;

Copmlex Base to an integer power N.

Try to avoid calling this function for small powers. N can also be negative.

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