Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ evalStr
Function
evalStr
test/compute-engine/exactness-regressions.test.ts:10–10 ·
view source on GitHub ↗
(e: any)
Source
from the content-addressed store, hash-verified
8
*/
9
10
const
evalStr = (e: any) => ce.box(e).evaluate().toString();
11
const
nStr = (e: any) => ce.box(e).N().toString();
12
13
describe(
'P0-2 — Sqrt.N() keeps the radical on the symbolic part'
, () => {
Callers
2
exactness-regressions.test.ts
File · 0.70
runSignGrid
Function · 0.70
Calls
3
toString
Method · 0.65
evaluate
Method · 0.65
box
Method · 0.65
Tested by
no test coverage detected