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

Function parse

src/compute-engine/free-functions.ts:73–78  ·  view source on GitHub ↗
(
  latex: LatexString,
  options?: Partial<ParseLatexOptions> & { form?: FormOption }
)

Source from the content-addressed store, hash-verified

71}
72
73export function parse(
74 latex: LatexString,
75 options?: Partial<ParseLatexOptions> & { form?: FormOption }
76): Expression {
77 return getDefaultEngine().parse(latex, options);
78}
79
80export function expr(
81 expr: ExpressionInput,

Callers

nothing calls this directly

Calls 2

getDefaultEngineFunction · 0.85
parseMethod · 0.65

Tested by

no test coverage detected