[][src]Module libslide::math::poly

Structs

Poly

A polynomial in integer space Z. TODO: Currently, this container only services polynomials with non-negative degrees.

Functions

term_and_pow_from_expr

Gets the term and power of an expression. Returns None if the power is not a positive integer.