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

Function cofunctionShift

src/compute-engine/rubi/rubi-utils.ts:2560–2570  ·  view source on GitHub ↗
(
  ce: ComputeEngine,
  e: Expression,
  x: string
)

Source from the content-addressed store, hash-verified

2558]);
2559const CALCULUS_FNS = new Set([
2560 'Integrate',
2561 'D',
2562 'Derivative',
2563 'Sum',
2564 'Product',
2565 'Limit',
2566]);
2567function inverseFunctionFreeQ(u: Expression, x: string): boolean {
2568 const op = u.operator;
2569 if (
2570 INVERSE_FNS.has(op) ||
2571 CALCULUS_FNS.has(op) ||
2572 op === 'Hypergeometric2F1' ||
2573 op === 'AppellF1'

Callers 2

rubi-utils.test.tsFile · 0.90
intRecMethod · 0.90

Calls 4

hasCofunctionTrigFunction · 0.85
hasMixedPartnerTrigFunction · 0.85
cofunctionShiftRecFunction · 0.85
hasDesyncedTargetArgsFunction · 0.85

Tested by

no test coverage detected