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

File canonical-form.test.ts

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

Source from the content-addressed store, hash-verified

1import { ComputeEngine, NumericType } from '../../src/compute-engine';
2import { _BoxedExpression } from '../../src/compute-engine/boxed-expression/abstract-boxed-expression';
3import { rewriteWithBinders } from '../../src/compute-engine/boxed-expression/binders';
4import { check, exprToString, engine as TEST_ENGINE } from '../utils';

Callers

nothing calls this directly

Calls 15

checkFunction · 0.90
checkPowerFunction · 0.85
checkNumberFunction · 0.85
canonNumberFunction · 0.85
expComplexNumFunction · 0.85
exprMethod · 0.65
toStringMethod · 0.65
evaluateMethod · 0.65
parseMethod · 0.65
declareMethod · 0.65
pushScopeMethod · 0.65
hasMethod · 0.65

Tested by

no test coverage detected