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

Method activate

src/compute-engine/rubi/driver.ts:221–224  ·  view source on GitHub ↗
(e: Expression | null)

Source from the content-addressed store, hash-verified

219 : ce.function(e.operator, newOps);
220 const step = simplifyTrig(node as any);
221 return (step?.value as Expression) ?? node;
222}
223
224/**
225 * One recorded integration step, captured by the driver only when a `records`
226 * accumulator is threaded through `int()` (i.e. under `explain('Integrate')`).
227 *

Callers

nothing calls this directly

Calls 2

activateTrigFunction · 0.90
cleanTrigFunction · 0.85

Tested by

no test coverage detected