# File lib/core/facets/numeric/round.rb, line 50
  def round_at( d ) #d=0
    (self * (10.0 ** d)).round.to_f / (10.0 ** d)
  end