Unit 'Math' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

power(Int64,Int64):Int64

Raise base to the power exponent.

Declaration

Source position: math.pp line 587

operator operator **(

  base: Int64;

  exponent: Int64

):Int64;

Description

Power raises base to the power exponent, i.e., it calculates base^exponent.


Documentation generated on: Jul 24 2023