* The rules used by `solve()` to transform an equation into equivalent, * easier-to-solve forms before root-finding (e.g. `ln f(x) → f(x) - 1`). * * Same conventions and extension pattern as `solveRules`: the unknown is * the wildcard `_x`; `push()` to extend, assign to replace.
()
| 1156 | Expression, |
| 1157 | { |
| 1158 | semanticVersion: number; |
| 1159 | objectStoreEpoch: number; |
| 1160 | deps: unknown; |
| 1161 | results: Map<string, Expression>; |
| 1162 | } |
| 1163 | > |
nothing calls this directly
no test coverage detected