I would like to use unordered_set to filter out identical double elements. My doubles are rounded to a fixed number of digits (the rounding error i
unordered_set
double