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

Method solveRules

src/compute-engine/index.ts:1141–1143  ·  view source on GitHub ↗

* The rules used by `solve()` to find roots of univariate expressions. * * Each rule matches a normalized equation `f(_x) = 0` — the unknown is * the wildcard `_x` — and `replace` produces a root expression. * Conditions should reject matches where other wildcards capture `_x`. * *

()

Source from the content-addressed store, hash-verified

1139 * @internal */
1140 _inFlightAsyncEvaluations = 0;
1141
1142 /** See `IComputeEngine._evaluationDepth`.
1143 * @internal */
1144 _evaluationDepth = 0;
1145
1146 /** See `IComputeEngine._objectStoreEpoch`.

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.80

Tested by

no test coverage detected