MCPcopy 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
10const evalStr = (e: any) => ce.box(e).evaluate().toString();
11const nStr = (e: any) => ce.box(e).N().toString();
12
13describe('P0-2 — Sqrt.N() keeps the radical on the symbolic part', () => {

Callers 2

runSignGridFunction · 0.70

Calls 3

toStringMethod · 0.65
evaluateMethod · 0.65
boxMethod · 0.65

Tested by

no test coverage detected