Math.Power
From RAD Studio VCL Reference
Contents |
Delphi Information
From Math.pas
function Power(const Base: Extended; const Exponent: Extended): Extended; overload; function Power(const Base: Double; const Exponent: Double): Double; overload; function Power(const Base: Single; const Exponent: Single): Single; overload;
Unit: Math
Type: function
Visibility: public
C++ Information
From Math.hpp
long double __fastcall Power(long double Base, long double Exponent);
Unit: Math
Type: function
Description
Raises Base to any power.
Power raises Base to any power. For fractional exponents or exponents greater than MaxInt, Base must be greater than 0.