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

Function functionOfExponential

src/compute-engine/rubi/rubi-utils.ts:3375–3380  ·  view source on GitHub ↗
(u: Expression, x: string)

Source from the content-addressed store, hash-verified

3373 * when cosine (with a linear argument) is the SOLE x-dependent trig head, map
3374 * every `cos[e+f·x] → sin[e+π/2+f·x]` so the integrand routes to the sine
3375 * chapter (Rubi has no Cosine chapter). Generalizes `unifyInertTrig`'s
3376 * base-only cos→sin to poly·cos products (`∫(c+d·x)^m·cos`, `∫cos/(c+d·x)^k`).
3377 * A strict no-op when any other inert trig head is present (mixed cross-pair,
3378 * handled by the two-factor clauses) or no linear-argument cosine appears. */
3379export function standaloneCosineShift(
3380 ce: ComputeEngine,
3381 e: Expression,
3382 x: string
3383): Expression {

Callers 1

rubi-utils.tsFile · 0.85

Calls 3

foeTestFunction · 0.85
symbolMethod · 0.65
functionMethod · 0.65

Tested by

no test coverage detected