Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ N
Function
N
test/utils.ts:116–118 ·
view source on GitHub ↗
(latex: string)
Source
from the content-addressed store, hash-verified
114
return
exprToString(engine.parse(latex)?.N());
115
}
116
117
export
function
simplify(latex: string): string {
118
return
exprToString(engine.parse(latex)?.simplify());
119
}
120
121
type
ExprVariant =
Callers
5
run_sympy
Function · 0.50
sample
Function · 0.50
main
Function · 0.50
sample
Function · 0.50
run_sympy.py
File · 0.50
Calls
3
exprToString
Function · 0.85
N
Method · 0.65
parse
Method · 0.65
Tested by
no test coverage detected