import module namespace
math="http://www.zorba-xquery.com/modules/math";

math:ceiling(-2.5, -2)


(:

Expected output:

<?xml version="1.0" encoding="UTF-8"?>
-4


:)