Evaluates the given function at the x point.
x
double evaluateFunction(double x) => _evaluator.evaluateOn(function, x);