* 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`. * *
()
| 1139 | * @internal */ |
| 1140 | _inFlightAsyncEvaluations = 0; |
| 1141 | |
| 1142 | /** See `IComputeEngine._evaluationDepth`. |
| 1143 | * @internal */ |
| 1144 | _evaluationDepth = 0; |
| 1145 | |
| 1146 | /** See `IComputeEngine._objectStoreEpoch`. |
nothing calls this directly
no test coverage detected