# File lib/facet/float/round.rb, line 30
  def approx?(*args)
    self.to_f.approx?(*args)
  end