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

File polynomial-factoring.js

examples/polynomial-factoring.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Polynomial Factoring Examples
2// Demonstrates the new polynomial factoring capabilities
3
4import { ComputeEngine } from '@cortex-js/compute-engine';

Callers

nothing calls this directly

Calls 7

factorPerfectSquareFunction · 0.85
factorQuadraticFunction · 0.85
factorPolynomialFunction · 0.85
logMethod · 0.65
simplifyMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected