public final class Evaluate extends Object
| Constructor and Description |
|---|
Evaluate() |
| Modifier and Type | Method and Description |
|---|---|
static double |
polynomial(double x,
double[] coefficients)
Polynomial evaluation based on provided coefficients.
|
Copyright © 2017. All rights reserved.