Function xxcalc::polynomial_calculator::functions::division [] [src]

pub fn division(args: Vec<Polynomial>) -> Result<PolynomialEvaluationError>

Divides two polynomials by each other (requires two arguments).

Errors

It will return a wrapped PolynomialError when a degree of divident is smaller than a degree of divisor or when a divident is non-constant polynomial, while a divisor is a zero.