# File lib/standard/facets/math/round.rb, line 5
  def self.round(x)
    x.round
  end