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

Function mmaKeyLess

src/compute-engine/rubi/rubi-utils.ts:1155–1159  ·  view source on GitHub ↗
(a: string[], b: string[])

Source from the content-addressed store, hash-verified

1153 }
1154 if (u.symbol) return true;
1155 if (u.operator === 'Power' && u.ops) {
1156 const e = u.ops[1];
1157 if (isLiteralInteger(e)) {
1158 const k = realNum(e);
1159 return k !== null && k % 2 === 0 ? true : posAux(u.ops[0]);
1160 }
1161 return true;
1162 }

Callers 1

mmaFirstTermFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected