public final class Evaluate
extends java.lang.Object
Constructor and Description |
---|
Evaluate() |
Modifier and Type | Method and Description |
---|---|
static double |
polynomial(double x,
double[] coefficients)
Polynomial evaluation based on provided coefficients.
|