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

Function binomialMatchQ

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

Source from the content-addressed store, hash-verified

2185};
2186type GenTriParts = {
2187 a: Expression;
2188 b: Expression;
2189 c: Expression;
2190 n: Expression;
2191 q: Expression;
2192};
2193
2194/** Rubi GeneralizedBinomialParts → {a,b,n,q}: u ≡ a·x^q + b·x^n, PosQ[n−q] */
2195function genBinomialPartsX(u: Expression, x: string): GenBinParts | null {

Callers 1

rubi-utils.tsFile · 0.85

Calls 2

monoClassesXFunction · 0.85
isSameMethod · 0.65

Tested by

no test coverage detected