Skip to content

pow function is not parsing correctly #625

@NK01

Description

@NK01

The version I use: AngouriMath

Unexpected behaviour or bug:
When using Entity expr = "pow(2,3)" it gives an UnhandledParseException:
AngouriMath.Core.Exceptions.UnhandledParseException: 'line 1:11 no viable alternative at input '*(2''
this is not limited to this particular input, but generalizes to any input in pow function
When using Entity expr = "pow(a,b)" it gives an UnhandledParseException:
AngouriMath.Core.Exceptions.UnhandledParseException: 'line 1:11 no viable alternative at input '*(a''

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