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

Function intQE

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

Source from the content-addressed store, hash-verified

1017 },
1018
1019 // --- sqrt-form predicates ---
1020
1021 NiceSqrtQ: (args, ctx) => {
1022 const u = build(args[0], ctx).evaluate();
1023 if (isLiteralRational(u)) return (realNum(u) ?? 0) > 0;
1024 return niceSqrtAux(u);

Callers 1

rubi-utils.tsFile · 0.85

Calls 2

isLiteralIntegerFunction · 0.85
evaluateMethod · 0.65

Tested by

no test coverage detected