MCPcopy Index your code
hub / github.com/cortex-js/compute-engine / expr

Function expr

test/compute-engine/solve.test.ts:3–5  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

1import { engine } from '../utils';
2
3function expr(s: string) {
4 return engine.parse(s);
5}
6
7describe('SOLVING A QUADRATIC EQUATION', () => {
8 const ce = engine;

Callers 2

solve.test.tsFile · 0.70
rootsFunction · 0.70

Calls 1

parseMethod · 0.65

Tested by

no test coverage detected