Absolute number
XML
<math:abs var="var">
float
</math:abs>
<math:abs /> returns the absolute number of a value.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | math:abs |
Results
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
XML
<output>
<math:abs>-13.74</math:abs>
</output>
<!-- 13.74 -->