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