Zum Hauptinhalt springen

Round fractions up

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

<math:ceil /> rounds a value up to the next highest integer number.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:ceil

Results

BindingTypePredicate
varfloatN/A

Examples

XML
<output>
<math:ceil>17.213482971852</math:ceil>
</output>

<!-- 18 -->