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

Function coeff

src/compute-engine/rubi/rubi-utils.ts:4443–4450  ·  view source on GitHub ↗
(args: Json[], ctx: Ctx)

Source from the content-addressed store, hash-verified

4441 seed += 0.53;
4442 }
4443 }
4444 (e.ops ?? []).forEach(collect);
4445 };
4446 collect(F);
4447 sub[x] = 1.31;
4448 try {
4449 const v = F.subs(sub).N();
4450 if (!(isNumber(v) && v.isNumberLiteral)) return false;
4451 const re = v.re;
4452 const im = v.im ?? 0;
4453 return (

Callers 1

rubi-utils.tsFile · 0.85

Calls 6

realNumFunction · 0.85
failFunction · 0.85
polyCoeffsXFunction · 0.85
buildFunction · 0.70
evaluateMethod · 0.65
isIntegerMethod · 0.45

Tested by

no test coverage detected