[next] [prev] [prev-tail] [tail] [up]
Power returns the value of base to the power expon. Base and expon can be of type Longint, in which case the result will also be a Longint.
The function actually returns Exp(expon*Ln(base))
Listing: refex/ex78.pp
[next] [prev] [prev-tail] [front] [up]