Share via


Power Operator (Solver Foundation)

Computes the exponential.

Power[args]
a ^ b ^ ... ^ z

Example

Power[x, 2] == y
x ^ 2 == y

This operator is right associative; it applies exponentiation from right to left. That is, Power[a, b, c] is equivalent to Power[a, Power[b, c]].

See Also

Concepts

Optimization Modeling Language (OML)