invoke

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

Evaluates the polynomial for the given value arg.

Sources

Link copied to clipboard