Calculates the integral power of a base value.
function IntPower(const Base: Extended; const Exponent: Integer): Extended;
Extended IntPower(const Extended Base, const int Exponent);
Math
IntPower raises Base to the power specified by Exponent.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|