getValueFromFunction method

double getValueFromFunction(
  1. double x
)

Implementation

double getValueFromFunction(double x) => function(x);