polynomial

inline fun <A> polynomial(coefficients: List<A>): Behavior.Polynomial<A>(source)

Builds a behavior polynomial in time from the list of coefficients.