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

Function N

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

Source from the content-addressed store, hash-verified

102}
103
104export function N(
105 expr: LatexString | ExpressionInput,
106 options?: FreeFunctionOptions
107): Expression {
108 return toExpression(expr, options).N();
109}
110
111export function declare(
112 id: string,

Callers

nothing calls this directly

Calls 2

toExpressionFunction · 0.85
NMethod · 0.65

Tested by

no test coverage detected