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

Function sumBaseQ

src/compute-engine/rubi/rubi-utils.ts:1343–1343  ·  view source on GitHub ↗
(u: Expression)

Source from the content-addressed store, hash-verified

1341 return rtAux(v, nv);
1342}
1343
1344/** literal principal root u^(1/n) (Rubi NthRoot) */
1345function nthRoot(u: Expression, n: number): Expression {
1346 const ce = u.engine;

Callers 1

rtAuxBodyFunction · 0.85

Calls 1

sumBaseTermsFunction · 0.85

Tested by

no test coverage detected