FORMULA LANGUAGE


@Power
Example

Raises a number to the power of an exponent.

Syntax

@Power( base ; exponent )

Parameters

base


exponent
Return value

result


Usage

If either parameter is a list, the function operates pair-wise on each element of the list, and the return value is a list with the number of elements in the larger list.

Language cross-reference

Exponentiation operator of LotusScript language

Example
See Also