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

Function foq

test/compute-engine/rubi-utils.test.ts:270–271  ·  view source on GitHub ↗
(v: Json, u: Json)

Source from the content-addressed store, hash-verified

268 expect(cond(['ProductQ', ['Add', 'x', 2]])).toBe(false);
269 expect(cond(['ProductQ', 'x'])).toBe(false);
270 });
271
272 test('MemberQ[{…}, u] tests structural membership', () => {
273 const inv = ['List', 'ArcSin', 'ArcCos', 'ArcSinh', 'ArcCosh'];
274 expect(cond(['MemberQ', inv, 'ArcSin'])).toBe(true);

Callers 1

rubi-utils.test.tsFile · 0.85

Calls 1

condFunction · 0.70

Tested by

no test coverage detected