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

Method harmonizationRules

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

* 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.

()

Source from the content-addressed store, hash-verified

1156 Expression,
1157 {
1158 semanticVersion: number;
1159 objectStoreEpoch: number;
1160 deps: unknown;
1161 results: Map<string, Expression>;
1162 }
1163 >

Callers

nothing calls this directly

Calls 1

invalidateMethod · 0.80

Tested by

no test coverage detected