Hi y'all
I am trying to compare two files, so make one line from one file be compared to alll the lines in the other file until it finds a match where the difference is less than 0.003.
This what I had thought of, but I still think it is just comparing line by line, instead of one line to...