class Polynomial
Represents a polynomial function of arbitrary degree.
coefficients - polynomial coefficients in the order of degree (constant first, followed by higher degree term coefficients).
| <init> |
Polynomial(coefficients: DoubleArray)
Represents a polynomial function of arbitrary degree. |
| getValue |
fun getValue(x: Double): Double |