Hello
I have a two lists of numbers. The numbers are from 0.0001 up to 1,999,999,999.
I want to find the pairs of numbers that are quite similar, i.e.within +/-5%.
How can I do that?
I was thinking to round them up and find exact matches, but they have large difference.
What do you suggest?
I have a two lists of numbers. The numbers are from 0.0001 up to 1,999,999,999.
I want to find the pairs of numbers that are quite similar, i.e.within +/-5%.
How can I do that?
I was thinking to round them up and find exact matches, but they have large difference.
What do you suggest?