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

Function rt

test/compute-engine/rubi-utils.test.ts:187–188  ·  view source on GitHub ↗
(u: Json, n: number)

Source from the content-addressed store, hash-verified

185 test('fails on pure x²/(a+b·x⁴) as well', () => {
186 const j: Json = [
187 'Divide',
188 ['Power', 'x', 2],
189 ['Add', 'a', ['Multiply', 'b', ['Power', 'x', 4]]],
190 ];
191 expect(() => build(['ExpandIntegrand', j, 'x'], ctx)).toThrow(RuleFail);

Callers 1

rubi-utils.test.tsFile · 0.85

Calls 2

buildFunction · 0.90
toStringMethod · 0.65

Tested by

no test coverage detected