# File lib/eymiha/math/approximately_equals.rb, line 32
  def approximately_equals?(value,epsilon=@@epsilon)
    (self - value).abs < epsilon
  end