Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

nerdamer.variables error #676

Open
MatheNerd92 opened this issue Aug 26, 2022 · 0 comments
Open

nerdamer.variables error #676

MatheNerd92 opened this issue Aug 26, 2022 · 0 comments

Comments

@MatheNerd92
Copy link

MatheNerd92 commented Aug 26, 2022

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".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant