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

Function simplify

src/compute-engine/free-functions.ts:90–95  ·  view source on GitHub ↗
(
  expr: LatexString | ExpressionInput,
  options?: Partial<SimplifyOptions> & FreeFunctionOptions
)

Source from the content-addressed store, hash-verified

88}
89
90export function simplify(
91 expr: LatexString | ExpressionInput,
92 options?: Partial<SimplifyOptions> & FreeFunctionOptions
93): Expression {
94 return toExpression(expr, options).simplify(options);
95}
96
97export function evaluate(
98 expr: LatexString | ExpressionInput,

Callers

nothing calls this directly

Calls 2

toExpressionFunction · 0.85
simplifyMethod · 0.65

Tested by

no test coverage detected