Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.ts
File · 0.70
Calls
2
evaluate
Method · 0.65
expr
Method · 0.65
Tested by
no test coverage detected