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

Function expand

src/compute-engine/free-functions.ts:136–141  ·  view source on GitHub ↗
(
  expr: LatexString | ExpressionInput,
  options?: FreeFunctionOptions
)

Source from the content-addressed store, hash-verified

134}
135
136export function expand(
137 expr: LatexString | ExpressionInput,
138 options?: FreeFunctionOptions
139): Expression {
140 return expandExpr(toExpression(expr, options));
141}
142
143export function solve(
144 expr: LatexString | ExpressionInput,

Callers

nothing calls this directly

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected