Is it safe to use floats as keys of hashtables?
I need to store pairs of float,int in which the int value stores the number of occurrences of a float value inside a model I'm using for a tool I'm developing and I was wondering if it's safe to do such things.. Finite precision should be an issue when talking floats used to direct comparisons (or as content to be hashed) so I think tha...