Function symbolic_polynomials::variable [] [src]

pub fn variable<I, C, P>(id: I) -> Polynomial<I, C, P> where
    I: Id,
    C: Coefficient,
    P: Power

Returns a polynomial representing 1 * x1 + 0, where 'x' is a variable uniquely identifiable by the provided id.