Square root
XML
<math:sqrt var="var">
float
</math:sqrt>
<math:sqrt /> calculates the square root of a value.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | math:sqrt |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
XML
<output>
<math:sqrt>25</math:sqrt>
</output>
<!-- 5 -->