@POWER

Function

The @POWER() function returns the value of the specified member or expression raised to power.

Syntax

@POWER (expression,power)

expressionSingle member specification, variable name, function, or other numeric expression.
powerSingle member specification, variable name, function, or other numeric expression.

Notes

Example

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

See Also

@FACTORIAL


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.