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

Function wlPoint

benchmarks/audit/wester.ts:325–326  ·  view source on GitHub ↗
(p: any)

Source from the content-addressed store, hash-verified

323}
324
325// --- SymPy (batch) ----------------------------------------------------------
326function runSymPy(): Record<string, any> {
327 const tasks = cases.map((c) => ({ id: c.id, op: c.op, expr: c.sympyExpr, expr2: c.sympyExpr2 ?? null, var: c.varName, points: POINTS, point: c.point ?? null, a: c.a ?? null, b: c.b ?? null }));
328 const tmp = join(mkdtempSync(join(tmpdir(), 'wester-')), 'tasks.json');
329 writeFileSync(tmp, JSON.stringify(tasks));

Callers 1

runWolframFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected