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

Function factor

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

Source from the content-addressed store, hash-verified

160}
161
162export function factor(
163 expr: LatexString | ExpressionInput,
164 options?: FreeFunctionOptions
165): Expression {
166 return factorExpr(toExpression(expr, options));
167}
168
169export function compile<T extends string = 'javascript'>(
170 expr: LatexString | ExpressionInput,

Callers 2

run_sympy.pyFile · 0.50

Calls 1

toExpressionFunction · 0.85

Tested by

no test coverage detected