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

Function containsIntegrate

src/compute-engine/rubi/loader.ts:96–99  ·  view source on GitHub ↗

True if the expression tree contains an `Integrate` node.

(e: Expression)

Source from the content-addressed store, hash-verified

94 if (trace && records) {
95 // Replay the recorded steps into whole-state steps. No closing step is
96 // pushed here: the caller (`explainIntegrate`) appends a final
97 // 'integrate.simplify' step only when the evaluated result visibly
98 // differs from the last replayed state, so a representational
99 // difference (operand order, sign shape) doesn't show as a duplicate
100 // line.
101 for (const s of driver.replayTrace(records)) trace.push(s);
102 }

Callers 1

loadIntegrationRulesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected