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

Function dd

test/compute-engine/rubi-utils.test.ts:225–226  ·  view source on GitHub ↗
(y: Json, u: Json)

Source from the content-addressed store, hash-verified

223 expect(cond(['EqQ', 2, 3])).toBe(false);
224 expect(cond(['NeQ', 2, 3])).toBe(true);
225 expect(cond(['NeQ', 2, 2])).toBe(false);
226 });
227
228 test('unary EqQ/NeQ compare against zero', () => {
229 expect(cond(['EqQ', ['Subtract', 4, 4]])).toBe(true);

Callers 1

rubi-utils.test.tsFile · 0.85

Calls 1

buildFunction · 0.90

Tested by

no test coverage detected