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

Function reduce

src/compute-engine/library/relational-operator.ts:137–137  ·  view source on GitHub ↗
(x: bigint)

Source from the content-addressed store, hash-verified

135 // lhs ≤ rhs ⇔ diff ≥ 0
136 if (s === 'positive' || s === 'zero' || s === 'non-negative') return true;
137 if (s === 'negative') return false;
138 }
139
140 return undefined;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected