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
Here is the current result when asking for a table for mod:
Disco> :table mod
Error: division by zero
That is, when making a table for mod, we happen to try something where the second input is zero, which causes a division by zero error. That's fine, but this should only cause us to discard that particular row, or even show a special error row, rather than discard the entire table. So, something like this: