Polynomial

fun <T : Any> Polynomial(vararg coefficients: T): Polynomial<T>

Returns a Polynomial instance with given coefficients.