# File temp/functions.rb, line 359 def Functions::round( number ) begin number(number).round rescue FloatDomainError number(number) end end