MCPcopy 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
13const ce = new ComputeEngine();
14const L = (a: (number | any)[]) => ['List', ...a] as any;
15
16// numpy sample data / goldens
17const NX = [1.0, 2.5, 3.1, 4.8, 5.2, 6.0];

Callers 1

statistics.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected