Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ simplify
Function
simplify
test/utils.ts:120–122 ·
view source on GitHub ↗
(latex: string)
Source
from the content-addressed store, hash-verified
118
return
exprToString(engine.parse(latex)?.simplify());
119
}
120
121
type
ExprVariant =
122
|
'box'
123
|
'canonical'
124
|
'simplify'
125
|
'eval-auto'
Callers
5
simplify-noskip.test.ts
File · 0.90
simplify.test.ts
File · 0.90
smoke.test.ts
File · 0.90
run_sympy
Function · 0.50
run_sympy.py
File · 0.50
Calls
3
exprToString
Function · 0.85
simplify
Method · 0.65
parse
Method · 0.65
Tested by
no test coverage detected