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

Function freshEngine

test/compute-engine/latex-syntax/congruence.test.ts:16–18  ·  view source on GitHub ↗

* Parser-hardening (MathNet corpus) Tier-3 vocabulary: * - Task 4: Unicode operator glyphs (`≡ ∈ ∉ ∪ ∩ ≈`) parsing to the same * heads as their LaTeX-command equivalents. * - Task 5: congruence (`a \equiv b \pmod{n}`, and the parenthesized * `(mod n)` / `(\bmod n)` annotation) reduci

()

Source from the content-addressed store, hash-verified

14 */
15
16function freshEngine(): ComputeEngine {
17 return new ComputeEngine();
18}
19
20function json(ce: ComputeEngine, s: string): string {
21 return JSON.stringify(ce.parse(s).json);

Callers 1

congruence.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected