Previous: Pmt function To the Table of Content Next: Pv function

- 4.45.2.49 -
Standard Units
Math Unit
Math Unit Procedures and Functions

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: Pmt function To the Table of Content Next: Pv function
Pmt function Table of Content Pv function

- 4.45.2.49 -