a = 11.963587 - 11.96466 b = 57.702044 - 57.702285 c = Sqr(a * a + b * b) If c < 0.001 Then ' you are close Else ' you are not close End If