Previous: 4.45.2.48. Pmt function To the Table of Contents Next: 4.45.2.50. Pv function
4.45.2.48. Pmt function Table of Contents 4.45.2.50. Pv function

- 4.45.2.49. -
Table of Contents
4. Standard Units
4.45. Math - Extended Mathematics unit
4.45.2. Math Unit Procedures and Functions
4.45.2.49. Power function


4.45.2.49. Power function

Targets: MS-DOS, OS/2, Win32


Math Unit

Raises Base to any power specified.

Declaration:
function Power(Base, Exponent: Extended): Extended;
function Power(Base: Extended; Exponent: Longint): Extended;
Remarks:
The Power function raises Base to any power by Exponent parameter. Base must be a positive real number or an integer.


Previous: 4.45.2.48. Pmt function To the Table of Contents Next: 4.45.2.50. Pv function
4.45.2.48. Pmt function Table of Contents 4.45.2.50. Pv function

- 4.45.2.49. -