pow function

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.

Related


In this topic