Operator ** Foundation
Exponential operator (binary): exponentiation of a numeric value.
<nValue> ** <nExponent> // or
<nValue> ^ <nExponent>
The exponential operator determines the value of <nValue> raised to the power of <nExponent> and returns the result of the operation as a numeric value.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.