# File lib/facet/float/round.rb, line 24
  def round_at(*args)
    self.to_f.round_at(*args)
  end