realEvaluateOn method

Complex realEvaluateOn(
  1. double x
)

Evaluates the polynomial on the given decimal x value.

Implementation

Complex realEvaluateOn(double x) => evaluateOn(Complex.fromReal(x));