Suppose you have a table representing some unknown function f(t). From it, you can compute another table for its derivative using f'(t_i) = (f(t_i+1) - f(t_i)) * Delta t. Is there a similar way for me to get a table with the antiderivative int f(t) dt?