MCPcopy 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
121type ExprVariant =
122 | 'box'
123 | 'canonical'
124 | 'simplify'
125 | 'eval-auto'

Callers 5

simplify.test.tsFile · 0.90
smoke.test.tsFile · 0.90
run_sympyFunction · 0.50
run_sympy.pyFile · 0.50

Calls 3

exprToStringFunction · 0.85
simplifyMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected