Skip to content

PolynomialGCD

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 greatest common divisor of two polynomials. Example: PolynomialGCD(x² - 1, x - 1, x) → x - 1

PolynomialGCD(a: value, b: value, variable: symbol?) -> valueas compute-engine declares it

Domain: Compute engine