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

Function w

benchmarks/audit/audit.ts:292–292  ·  view source on GitHub ↗
(s = '')

Source from the content-addressed store, hash-verified

290
291let md = '';
292const w = (s = '') => { md += s + '\n'; };
293w('# Compute Engine vs SymPy vs Mathematica — operation audit');
294w();
295w(`_Issue-finder: CE (current build) vs SymPy and **Mathematica** (the reference baseline) across ${CATS.length} operations, ` +

Callers 1

audit.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected