# File lib/facets/core/float/round_at.rb, line 21
  def round_at(*args)
    self.to_f.round_at(*args)
  end