Open balthild opened 6 years ago
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.
In common practice, the factorial operator has a higher priority than infix operators.