extrapolation_right
double extrapolation_right(double x) const;
if(x >= m_x[m_num - 1]) return extrapolation_right(x);