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

Function lim

test/compute-engine/calculus.test.ts:1482–1483  ·  view source on GitHub ↗
(body: any, point: any)

Source from the content-addressed store, hash-verified

1480 expect(
1481 engine
1482 .expr(['Limit', ['Function', ['Divide', ['Sin', 'x'], 'x'], 'x'], 0])
1483 .N().re
1484 ).toMatchInlineSnapshot(`1`);
1485
1486 expect(

Callers 1

calculus.test.tsFile · 0.70

Calls 2

evaluateMethod · 0.65
exprMethod · 0.65

Tested by

no test coverage detected