http://qs1969.pair.com?node_id=256898


in reply to Re: Re: Floats with trailing zeros as a hash key
in thread Floats with trailing zeros as a hash key

Then use sprintf? The internal representation of numbers shouldn't really matter - you can always convert them to the right format if needs be.

If it is important, then initialise them all as strings for consistency, at least.