interpolation
double interpolation(double x, int i) const;
return interpolation(x, i);
return interpolation(x, m_last_idx);