Skip to content

nerdamer.variables error  #676

@MatheNerd92

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

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