# File lib/rexml/functions.rb, line 361
    def Functions::ceiling( number )
      number(number).ceil
    end