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

Function ev

test/compute-engine/comparisons.test.ts:182–184  ·  view source on GitHub ↗
(op: string)

Source from the content-addressed store, hash-verified

180 expect(ce.expr(0).isLess(pinf)).toBe(true);
181 expect(ce.expr(0).isGreater(ninf)).toBe(true);
182 });
183
184 test('evaluated relational operators on equal infinities', () => {
185 const ev = (op: string) =>
186 ce.expr([op, 'NegativeInfinity', 'NegativeInfinity']).evaluate()
187 .symbol;

Callers 1

Calls 2

evaluateMethod · 0.65
exprMethod · 0.65

Tested by

no test coverage detected