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

Function checkPower

test/compute-engine/canonical-form.test.ts:267–270  ·  view source on GitHub ↗
(
      input: string,
      priorForms: CanonicalForm[] = ['Number']
    )

Source from the content-addressed store, hash-verified

265 canonical = ["Divide", ["Multiply", 2, "x", "y"], ["Multiply", "a", "b"]]
266 simplify = (2x * y) / (a * b)
267 `);
268 });
269
270 describe('Power', () => {
271 const engine = new ComputeEngine();
272
273 /*

Callers 2

checkFunction · 0.85

Calls 1

checkFormsFunction · 0.85

Tested by

no test coverage detected