Help Centre › Functions & Formulas
For a full list of available calculation functions, please read What calculation functions are supported.
This article describes the formula syntax and usage of the POWER function and is applicable to both the RPA and Cloud Automate's calculate functions.DescriptionReturns the result of a number raised to a power.SyntaxPOWER(number, power)The POWER function syntax has the following arguments:number - Required. The base number. It can be any real number.power - Required. The exponent to which the base number is raised.ExampleFormulaDescriptionResultPOWER(5, 2) 5 squared.25POWER(98.6, 3.2) 98.6 raised to the power of 3.2.2401077.222POWER(4, 5/4) 4 raised to the power of 5/4.5.656854249
Errors
For a full list of formula errors, please read Formula errors.