For the complete documentation index, see llms.txt. This page is also available as Markdown.

POWER

Raises a number to a specified exponent

POWER(number, power)

Raises a given number to a specified power

Arguments

Argument

Description

number

Number to raise to given power

power

power to raise given number to

Output

A number raised to a given power

Example

Last updated

Was this helpful?