Skip to main content

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

NameTypeDescriptionDefined By
varvarResult variable name math:pow
exponentintExponent math:pow

Results

BindingTypePredicate
varfloatN/A

Examples

XML
<output>
<math:pow exponent="10">2</math:pow>
</output>

<!-- 1024 -->