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

Function collectTargetArgs

src/compute-engine/rubi/rubi-utils.ts:2518–2522  ·  view source on GitHub ↗

Collect the (stringified) arguments of every shift-TARGET head (`csc`, and — * when cot enabled — `tan`) in the tree, into `out`.

(e: Expression, out: Set<string>)

Source from the content-addressed store, hash-verified

2516 sin: 'Sin',
2517 cos: 'Cos',
2518 tan: 'Tan',
2519 cot: 'Cot',
2520 sec: 'Sec',
2521 csc: 'Csc',
2522};
2523
2524/** True if any node carries an ACTIVE trig head (`Sin`/`Cos`/…). Lets the
2525 * driver gate the bridge to a strict no-op for trig-free integrands. */

Callers 1

hasDesyncedTargetArgsFunction · 0.85

Calls 3

hasMethod · 0.65
addMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected