Zum Hauptinhalt springen

Square root

XML
<math:sqrt var="var">
float
</math:sqrt>

<math:sqrt /> calculates the square root of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:sqrt

Results

BindingTypePredicate
varfloatN/A

Examples

XML
<output>
<math:sqrt>25</math:sqrt>
</output>

<!-- 5 -->