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

Function fail

src/compute-engine/rubi/rubi-utils.ts:44–46  ·  view source on GitHub ↗
(why: string)

Source from the content-addressed store, hash-verified

42};
43
44const fail = (why: string): never => {
45 throw new RuleFail(why);
46};
47
48// ---------------------------------------------------------------------------
49// Builder: corpus MathJSON + bindings → BoxedExpression

Callers 7

buildFunction · 0.85
evalConditionFunction · 0.85
rubi-utils.tsFile · 0.85
expandPolyOverLinearFunction · 0.85
expandPartialFractionsFunction · 0.85
coeffFunction · 0.85
polyDivFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected