[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   function  __power(x, y: integer): longint;

   Calculates the power of two numbers.

   Examples:
     __power(2, 3) = 8;
     __power(3, 4) = 81;
     __power(1, 0) = 1;

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson