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

Function intsQE

src/compute-engine/rubi/rubi-utils.ts:1022–1024  ·  view source on GitHub ↗
(...es: Expression[])

Source from the content-addressed store, hash-verified

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);
1025 },
1026 FractionalPowerFactorQ: (args, ctx) => fracPowerFactorQ(build(args[0], ctx)),
1027 SimplerSqrtQ: (args, ctx) =>

Callers 1

rubi-utils.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected