extrapolation_left
double extrapolation_left(double x) const;
if(x < m_x[0]) return extrapolation_left(x);