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

Function expandAll

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

Source from the content-addressed store, hash-verified

153 options?: FreeFunctionOptions
154):
155 | null
156 | ReadonlyArray<Expression>
157 | Record<string, Expression>
158 | Array<Record<string, Expression>> {
159 return toExpression(expr, options).solve(vars);
160}
161
162export function expandAll(
163 expr: LatexString | ExpressionInput,

Callers 1

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected