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

Deal with Julia rationals 1//0 and -1//0 #162

Closed
fingolfin opened this issue Nov 15, 2018 · 0 comments
Closed

Deal with Julia rationals 1//0 and -1//0 #162

fingolfin opened this issue Nov 15, 2018 · 0 comments
Assignees

Comments

@fingolfin
Copy link
Member

By chance I just learned that Julia allows rationals with denominator 0, which are then normalized to 1//0 and -1//0. For these, isinf returns true, and they seem to behave like infinities.

I propose to convert these to GAP's -infinity and +infinity.

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

No branches or pull requests

2 participants