method

round

v1_8_6_287 - Show latest stable - Class: REXML::Functions
round( number )
public

No documentation available.

# File lib/rexml/functions.rb, line 365
    def Functions::round( number )
      begin
        number(number).round
      rescue FloatDomainError
        number(number)
      end
    end