(name)
| 17 | const compiled = math.parse(expr).compile(math) |
| 18 | |
| 19 | function undefinedSymbol (name) { |
| 20 | throw new Error('Undefined symbol "' + name + '"') |
| 21 | } |
| 22 | |
| 23 | const sin = getSafeProperty(math, 'sin') |
| 24 | const pi = getSafeProperty(math, 'pi') |
no outgoing calls
no test coverage detected
searching dependent graphs…