Approx(imate)

Approx is tool to help float numbers comparison.

“require ‘approx’ (1 / 3).approx == 0.33 #=> true (1 / 3).approx(5) == 0.33333 #=> true“

Contributing to approx ++++++++++++++++++++++

Copyright +++++++++

Copyright © 2014 Bernardo B. Marques. See LICENSE.txt for further details.