Syntax
- float pow(float base, exponent)
Returns
Returns base raised to the power exponent.
Description
The pow function calculates the result of raising base to the power exponent.
Returns base raised to the power exponent.
The pow function calculates the result of raising base to the power exponent.