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