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

Function expr

src/compute-engine/free-functions.ts:80–88  ·  view source on GitHub ↗
(
  expr: ExpressionInput,
  options?: {
    form?: FormOption;
    scope?: Scope;
  }
)

Source from the content-addressed store, hash-verified

78}
79
80export function expr(
81 expr: ExpressionInput,
82 options?: {
83 form?: FormOption;
84 scope?: Scope;
85 }
86): Expression {
87 return getDefaultEngine().expr(expr, options);
88}
89
90export function simplify(
91 expr: LatexString | ExpressionInput,

Callers

nothing calls this directly

Calls 2

getDefaultEngineFunction · 0.85
exprMethod · 0.65

Tested by

no test coverage detected