Sha256: 3d856ef10784f3b6552b4f4405018622f20576023bf617353f5f2a7b59c51325
Contents?: true
Size: 285 Bytes
Versions: 52
Compression:
Stored size: 285 Bytes
Contents
require File.expand_path('../../../../spec_helper', __FILE__) describe :float_abs, :shared => true do it "returns the absolute value" do -99.1.abs.should be_close(99.1, TOLERANCE) 4.5.abs.should be_close(4.5, TOLERANCE) 0.0.abs.should be_close(0.0, TOLERANCE) end end
Version data entries
52 entries across 52 versions & 2 rubygems