Improve the error messages in `Spline:value()`. Show the values. ```lua verify(self.values[iEnd].x >= t, " values outside range - last value is smaller thaT requested") ```