Skip to content

nerdamer.variables error  #676

Description

@MatheNerd92

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions