invoke

inline operator fun Polynomial<C>.invoke(argument: C): C(source)

Evaluates value of this polynomial on provided argument.