Question: Equality of sets (and sets of sets) of lists of floating point real numbers

I am generatings sets and lists of points [x,y,z] where x,y,z are floating point (real) numbers. And sets and lists of such set, etc. The computations which produce the lists and sets need to be done with Digits set to some large value but I want to consider two such sets or lists or sets of such sets, etc, to be equal if the components x,y,z, of the points in the sets etc, are equal to say 8 decimal places. Can anyone suggest a good, hopefully simple, way to do this? Applying evalf[8] to all expressions doesn't work. I have a very messy way to do it, but there ought to be a better way. Any suggestions will be appreciated. --Edwin
Please Wait...