MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / define

Function define

test/compute-engine/timeout.test.ts:354–357  ·  view source on GitHub ↗
(name: string, latex: string)

Source from the content-addressed store, hash-verified

352 ['Power', ['Add', ['Multiply', ['Sqrt', 2], 'x'], ['Sqrt', 3]], 9],
353 ])
354 .evaluate();
355 const den = ce
356 .expr([
357 'Expand',
358 ['Power', ['Add', ['Multiply', ['Sqrt', 2], 'x'], ['Sqrt', 5]], 8],
359 ])
360 .evaluate();

Callers 1

timeout.test.tsFile · 0.85

Calls 3

declareMethod · 0.65
evaluateMethod · 0.65
parseMethod · 0.65

Tested by

no test coverage detected