I've got this code to calculate Simpson's rule from a friend and I need to use the formula to calculate the area under a set of points that is going to be input from a text file so I don't know exactly what the points are going to be yet, Here is what I have:
template <class ContainerA, class...