MCPcopy Index your code
hub / github.com/josdejong/mathjs / undefinedSymbol

Function undefinedSymbol

test/benchmark/expression_parser.js:19–21  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

17const compiled = math.parse(expr).compile(math)
18
19function undefinedSymbol (name) {
20 throw new Error('Undefined symbol "' + name + '"')
21}
22
23const sin = getSafeProperty(math, 'sin')
24const pi = getSafeProperty(math, 'pi')

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…