Math.IntPower
From RAD Studio VCL Reference
Contents |
Delphi Information
From Math.pas
function IntPower(const Base: Extended; const Exponent: Integer): Extended;
Unit: Math
Type: function
Visibility: public
C++ Information
From Math.hpp
long double __fastcall IntPower(long double Base, int Exponent);
Unit: Math
Type: function
Description
Calculates the integral power of a base value.
IntPower raises Base to the power specified by Exponent.
See Also
Code Samples