Raise to power
Anatomy
<math:pow var="var" exponent="2">
float
</math:pow>
Description: MATH:POW raises a value to the power of an exponent.
Attributes
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
Example
<output>
<math:pow exponent="10">2</math:pow>
</output>
<!-- 1024 -->