True if any node carries an INERT trig head (`sin`/`cos`/…). Underlies * Rubi's `InertTrigFreeQ` (the working-form purity test that gates many * Chapter-4 dispatch rules).
(e: Expression)
| 2267 | } |
| 2268 | const split = splitMonoFactor(u, x); |
| 2269 | if (split === null || split.rest === null) return null; |
| 2270 | const { scale, exp: mExp, rest } = split; |
| 2271 | const gt = genTrinomialPartsX(rest, x); |
| 2272 | if (gt !== null) { |
| 2273 | return { |
| 2274 | a: scale.mul(gt.a).evaluate(), |
| 2275 | b: scale.mul(gt.b).evaluate(), |