Skip to content

Incorrect priority for the factorial operator #185

@balthild

Description

@balthild
In[1]:= 3+2+1
Out[1]= 6

In[2]:= 3+2+1!
Out[2]= 720

In[3]:= 3+2+(1!)
Out[3]= 6

In common practice, the factorial operator has a higher priority than infix operators.

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