Skip to content

Parsing of exponents not following order of operations.  #255

@whscienceteacher

Description

@whscienceteacher

The algorithm for parsing exponents doesn't follow order of operations

1 + 2^2

becomes

(1+2)^2

image
image

I would expect it to become

1 + (2^2)

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions