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

power(Float,Float):Float

Raise base to the power exponent

Declaration

Source position: math.pp line 401

operator operator **(

  bas: MaxFloatType;

  expo: MaxFloatType

):MaxFloatType;

Description

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


Documentation generated on: Sep 29 2022