On 6/24/07, Stefan Rusterholz <apeiros / gmx.net> wrote: > I think Float#== as it is is fine. Arguably it could use delta > comparison with Float::EPSILON and leave the exact comparison to eql? > But I'd like it if Float#in_delta(other, delta=Float::EPSILON) was in > core (personally I add it in my libs as Numeric#in_delta). I'd prefer in_delta?, but I think this is a great idea. Maybe you should submit an RCR?