pow function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

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