compute abstract method

double compute(
  1. double x
)

Returns the y value of the y = f(x) equation.

The function f is built by interpolating the given nodes nodes. The x value is the point at which the function has to be evaluated.

Implementation

double compute(double x);