MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / free-functions.test.ts

File free-functions.test.ts

test/compute-engine/free-functions.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { N, evaluate, simplify } from '../../src/compute-engine';
2
3describe('Free functions: lenient parsing and strict escape hatch', () => {
4 // By default the string helpers parse in lenient (non-strict) mode, so

Callers

nothing calls this directly

Calls 3

NFunction · 0.90
evaluateFunction · 0.90
simplifyFunction · 0.90

Tested by

no test coverage detected