# File lib/facet/float/round.rb, line 3
  def round_at( d=0.0 )
    (self * (10.0 ** d)).round.to_f / (10.0 ** d)
  end