[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Math' (#rtl)

power(Float,Float):Float

Raise base to the power exponent

Declaration

Source position: math.pp line 401

operator operator **(

  bas: Float;

  expo: Float

):Float;

Description

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


Documentation generated on: May 14 2021