[][src]Macro libslide::poly

macro_rules! poly {
    ($($x:expr),+ $(,)?) => { ... };
    () => { ... };
}

Creates a new Poly.

Examples:

This example is not tested
poly![-4, 2, 1]; // x^2 + 2x - 4
poly![]; // empty polynomial