math:ceil( $x as xs:double ) as xs:double
Returns the smallest integer greater than or equal to x.
math:ceil(36.00001) => 37