MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / factored

Function factored

test/compute-engine/factor.test.ts:659–660  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

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.
660describe('Factor(xⁿ − 1) returns polynomial factors (ROADMAP B4)', () => {
661 const factored = (s: string) =>
662 ce.expr(['Factor', parse(s)]).evaluate();
663

Callers 1

factor.test.tsFile · 0.85

Calls 3

parseFunction · 0.70
evaluateMethod · 0.65
exprMethod · 0.65

Tested by

no test coverage detected