You are here:
^ (Exponentiation)
Raises a number to a power of a specified number.
Use
number^integer and replace number with a merge field, expression, or another numeric value; replace integer with a merge field that contains an integer, expression, or any integer.
Tips
Avoid replacing integer with a negative number.
NumberOfEmployees^4 calculates the number of employees
to the 4th power.
ACTIVE:SUM ^ 2
calculates the number of active Salesforce users to the 2nd power for administration. This
formula is a number data type that returns a positive integer. 
