PolynomialQuotient
Generated from the engine's own definition: compute-engine's symbol, which we neither extend nor document by hand. No examples yet — the crosswalk is the reason it has a page.
Return the quotient of polynomial division of dividend by divisor. Example: PolynomialQuotient(x³ - 1, x - 1, x) → x² + x + 1
PolynomialQuotient(dividend: value, divisor: value, variable: symbol?) -> valueas compute-engine declares it