Calculos - potenciacao |
Top Previous Next |
|
Unit
Math Power raises Base to any power.
function Power(Base, Exponent: Extended): Extended;
Description
The Power function raises Base to any power. For example, BaseExponent. For fractional exponents or exponents greater than MaxInt, Base must be greater than 0. |