invoke

operator fun Polynomial<T>.invoke(arg: T): T

Evaluates the polynomial for the given value arg.

Sources

common source
Link copied to clipboard