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

Function num

benchmarks/runners/run_ce_rubi.mjs:121–124  ·  view source on GitHub ↗
(boxed)

Source from the content-addressed store, hash-verified

119 return { timeMs: median(times), minMs: Math.min(...times), iterations };
120}
121const num = (boxed) => {
122 const v = boxed.N();
123 return typeof v.re === 'number' ? v.re : Number(v.toString());
124};
125function realRootValues(roots) {
126 const out = [];
127 for (const r of roots ?? []) {

Callers 1

runCaseFunction · 0.70

Calls 2

NMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected