Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
{ ComputeEngine } from
'@cortex-js/compute-engine'
;
Callers
nothing calls this directly
Calls
7
factorPerfectSquare
Function · 0.85
factorDifferenceOfSquares
Function · 0.85
factorQuadratic
Function · 0.85
factorPolynomial
Function · 0.85
log
Method · 0.65
simplify
Method · 0.65
parse
Method · 0.65
Tested by
no test coverage detected