Function symbolic_polynomials::ceil [] [src]

pub fn ceil<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 ceil between two polynomials.