POWER

Name

POWER -- 

Synopsis

POWER(x,y)

Description

POWER returns the value of @x raised to the power @y. This function is Excel compatible.

Examples

POWER(2,7) equals 128.

POWER(3,3.141) equals 31.523749.

See also

EXP.