Function symbolic_polynomials::max [] [src]

pub fn max<I, C, P>(
    left: &Polynomial<I, C, P>,
    right: &Polynomial<I, C, P>
) -> Polynomial<I, C, P> where
    I: Id,
    C: Coefficient,
    P: Power

Computes a symbolic max between two polynomials.