Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ L
Function
L
test/compute-engine/statistics.test.ts:14–14 ·
view source on GitHub ↗
(a: (number | any)[])
Source
from the content-addressed store, hash-verified
12
13
const
ce =
new
ComputeEngine();
14
const
L = (a: (number | any)[]) => [
'List'
, ...a] as any;
15
16
// numpy sample data / goldens
17
const
NX = [1.0, 2.5, 3.1, 4.8, 5.2, 6.0];
Callers
1
statistics.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected