power

Use the power function to raise an Decimal value to the power of a number you specify. The power function returns a Decimal value.

Function format

power(Decimal value, Decimal power)

  • value: the value which is raised to a power.
  • power: the value which specifies a power.

power example

power(4, 2)

The function in this formula returns the Decimal value 16.