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

Function ltZero

src/compute-engine/rubi/rubi-utils.ts:2121–2124  ·  view source on GitHub ↗
(e: Expression)

Source from the content-addressed store, hash-verified

2119 }
2120 }
2121 return null;
2122}
2123
2124function combineTriSum(
2125 u: { kind: 'bin'; p: BinParts } | { kind: 'tri'; p: TriParts },
2126 v: { kind: 'bin'; p: BinParts } | { kind: 'tri'; p: TriParts }
2127): { kind: 'bin'; p: BinParts } | { kind: 'tri'; p: TriParts } | null {

Callers 1

simplerSqrtQFunction · 0.85

Calls 2

realNumFunction · 0.85
safeSimplifyFunction · 0.85

Tested by

no test coverage detected