(s: string)
| 657 | // extraction is now gated to genuine polynomial perfect squares, and the |
| 658 | // difference-of-squares result is recursively factored to the full |
| 659 | // (cyclotomic) factorization. |
| 660 | describe('Factor(xⁿ − 1) returns polynomial factors (ROADMAP B4)', () => { |
| 661 | const factored = (s: string) => |
| 662 | ce.expr(['Factor', parse(s)]).evaluate(); |
| 663 |
no test coverage detected