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

Function hasActiveTrig

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

Source from the content-addressed store, hash-verified

2259 ? jNum < kNum
2260 : !posQ(safeSimplify(ej.sub(ek)));
2261 const [qc, rc] = jIsQ
2262 ? [classes[j], classes[k]]
2263 : [classes[k], classes[j]];
2264 return { a: qc.coef, b: classes[i].coef, c: rc.coef, n: ei, q: qc.exp };
2265 }
2266 return null;
2267 }

Callers 1

intMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected