Skip to main content
Version: Nightly

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