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

Function parse

test/compute-engine/derivatives.test.ts:4–6  ·  view source on GitHub ↗
(expr: string)

Source from the content-addressed store, hash-verified

2import { ComputeEngine } from '../../src/compute-engine';
3import { engine } from '../utils';
4
5function parse(expr: string): Expression {
6 return engine.parse(expr)!;
7}
8
9// Helper to create D expressions using MathJSON directly.

Callers 1

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected