power(Float,Float):Float

Raise base to the power exponent

Declaration

Source position: math.pp line 401

  operator **(bas: Float; expo: Float) : Float;

Description

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