bughelp wanted
Repository-Metriken
- Stars
- (13.832 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
For some reason, evaluating help(not) throws an error. For example:
// Works fine
console.log(math.evaluate('help(and)'));
// "SyntaxError: Value expected (char 9)"
console.log(math.evaluate('help(not)'));
Please see this jsfiddle example.