Skip to content

PolynomialRemainder

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 remainder of polynomial division of dividend by divisor. Example: PolynomialRemainder(x³ + 2x + 1, x + 1, x) → -2

PolynomialRemainder(dividend: value, divisor: value, variable: symbol?) -> valueas compute-engine declares it

Domain: Compute engine