I have a program that takes as input an array of lat/long points. I need to perform a check on that array to ensure that all of the points are within a certain radius. So,
Find the smallest circle containing all points, and compare its radius to 100.