polynomial
Provides two implementations for evaluating polynomials.
You can import these APIs from the math package. For example:
from std.math.polynomial import polynomial_evaluate
Functions
-
polynomial_evaluate: Evaluates the polynomial.
Provides two implementations for evaluating polynomials.
You can import these APIs from the math package. For example:
from std.math.polynomial import polynomial_evaluate
polynomial_evaluate: Evaluates the polynomial.