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>)
| 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. */ |
no test coverage detected