[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Raise base to the power exponent
Source position: math.pp line 361
operator operator **( |
bas: Float; |
expo: Float |
):Float; |
Power raises base to the power exponent, i.e., it calculates base^exponent.