MindFusion.Wpf Pack Programmer's Guide
POWER

Returns the specified number raised to the specified power.

Syntax  Copy Code

POWER( Number n, Number power )  Number

Parameters

n
Required. The number to raise.
power
Required. The power to raise to.

Remarks

The "^" operator can be used instead of POWER to raise a number to a power, such as in 5^2.

Example

Formula  Copy Code

=POWER(5,2)
=POWER(2.1,-2.5)

See Also

Function Reference
LOG Function
LOG10 Function
LN Function
EXP Function