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
Example: -(x + 1), x^2 + 1, -5, -1, 3. This throws an Uncaught TypeError: Too few arguments in function max (expected: Array or Matrix or any, index: 0) at graph.js:104 when attempting to compute the vertex.
We should warn the user instead.
The text was updated successfully, but these errors were encountered:
Example: -(x + 1), x^2 + 1, -5, -1, 3. This throws an
Uncaught TypeError: Too few arguments in function max (expected: Array or Matrix or any, index: 0)
atgraph.js:104
when attempting to compute the vertex.We should warn the user instead.
The text was updated successfully, but these errors were encountered: