Skip to content

Parsing \sin2x seems incorrect #35

Description

@markhats

I'm parsing Latex expressions such as:

\sin2x

At the moment MathExpressions treats this as:

(sin(2))*x

However, I would expect it to be treated as:

sin(2*x)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Effort

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions