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

Function headOfArg

test/compute-engine/rubi-utils.test.ts:563–564  ·  view source on GitHub ↗
(arg: Json)

Source from the content-addressed store, hash-verified

561 expect(sameNumerically(r, ce.box(['Power', ['Sinh', 'x'], 2]))).toBe(true);
562 });
563
564 test('foldLnExponentialE folds Ln(ExponentialE) → 1', () => {
565 const folded = foldLnExponentialE(
566 ce,
567 ce.box(['Divide', 'y', ['Multiply', 2, ['Ln', 'ExponentialE']]])

Callers 1

rubi-utils.test.tsFile · 0.85

Calls 2

deactivateTrigFunction · 0.90
boxMethod · 0.65

Tested by

no test coverage detected