You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parser correctly identifies n! as invalid syntax, but the suggestion only suggests Please check your input.
Should add something like: Did you mean: factorial(n), similar to situations with 'unknown Matlab functions', if students decide to use factorial notation in unexpected places.
The text was updated successfully, but these errors were encountered:
Parser correctly identifies
n!
as invalid syntax, but the suggestion only suggestsPlease check your input.
Should add something like:
Did you mean: factorial(n)
, similar to situations with 'unknown Matlab functions', if students decide to use factorial notation in unexpected places.The text was updated successfully, but these errors were encountered: