Skip to main content

Square root

Anatomy

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

Description: MATH:SQRT calculates the square root of a value.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:sqrt

Results:

BindingTypePredicate
varfloatN/A

Examples

Example

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

<!-- 5 -->