@POWER

Returns the value of the specified member or expression raised to power.

Syntax

@POWER (expression, power)
ParameterDescription

expression

Single member specification, variable name, function, or other numeric expression.

power

Single member specification, variable name, function, or other numeric expression.

Notes

Example

UsageReturn Value
@POWER(14,3)2744
@POWER(2,8)256

See Also

  • @FACTORIAL