evaluateFunction method

double evaluateFunction(
  1. double x
)

Evaluates the given function on the x point.

Implementation

double evaluateFunction(double x) => _evaluator.evaluateOn(function, x);