josdejong/mathjs

Evaluating 'help(not)' throws SyntaxError

Open

#1,905 opened on 2020年7月3日

GitHub で見る
 (7 comments) (0 reactions) (0 assignees)JavaScript (13,832 stars) (1,298 forks)batch import
bughelp wanted

説明

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.

コントリビューターガイド