asFunction

inline fun Polynomial<C>.asFunction(): (C) -> C(source)

Represent this polynomial as a regular context-less function.