Skip to main content

Mojo module

polynomial

Provides two implementations for evaluating polynomials.

You can import these APIs from the math package. For example:

from math.polynomial import polynomial_evaluate
from math.polynomial import polynomial_evaluate

Functions