Skip to main content

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

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

Results:

BindingTypePredicate
varfloatN/A

Examples

Example

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

<!-- 1024 -->