nerdamer icon indicating copy to clipboard operation
nerdamer copied to clipboard

nerdamer.variables error

Open MatheNerd92 opened this issue 1 year ago • 0 comments

According to documentation one should get a list of variables in an expression. For example, for trigonometric functions one get an array of characters.

var e = nerdamer('sin(x)');
var variables = e.variables();
console.log(variables);

The list of is variables is ["n", "s", "x"], whereby it should be only "x".

MatheNerd92 avatar Aug 26 '22 17:08 MatheNerd92