Skip to main content

Round fractions up

Anatomy

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

Description: 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

Example

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

<!-- 18 -->