Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught error when attempting to rotate functions that don't intersect #45

Open
winstliu opened this issue Mar 10, 2016 · 3 comments
Open

Comments

@winstliu
Copy link
Collaborator

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.

@winstliu winstliu added the bug label Mar 10, 2016
@winstliu winstliu self-assigned this Mar 10, 2016
@winstliu
Copy link
Collaborator Author

Huh. This actually works now after a page reload. I don't think it should though.

@winstliu
Copy link
Collaborator Author

-x^2, -x, -5, -1, 0
And...of course that also no longer repros after refreshing the page. What in the world is going on?

@winstliu
Copy link
Collaborator Author

-x^2, -x, -5, -1, 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant