I have a table of values;
$$3.00 \mapsto 12.15$$
$$3.10 \mapsto 12.82$$
And I'd like to know an equation for getting the inbetween values.
For example:
$$3.05 \mapsto \frac{12.15 + 12.82}2$$
But I'm not sure how I'd do this, and I'm not sure of the terminology of the issue I am facing sorry if its already been asked/answered which I am sure it has.
Thanks