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

GAP.julia_to_gap(big(2)^62) versus GAP.julia_to_gap(2^62) #688

Open
fingolfin opened this issue Sep 6, 2021 · 0 comments
Open

GAP.julia_to_gap(big(2)^62) versus GAP.julia_to_gap(2^62) #688

fingolfin opened this issue Sep 6, 2021 · 0 comments
Labels
topic: conversion Issue related to conversion

Comments

@fingolfin
Copy link
Member

I just run into this:

julia> GAP.julia_to_gap(big(2)^62)
GAP: 4611686018427387904

julia> GAP.julia_to_gap(2^62)
4611686018427387904

Without reflecting it deeper, I would expect the two to return the same thing. Maybe I am wrong, need to think more about it.

See also PR #434 and thinks that links to, and probably a bunch of other issues and PRs sigh

@fingolfin fingolfin added the topic: conversion Issue related to conversion label Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: conversion Issue related to conversion
Projects
None yet
Development

No branches or pull requests

1 participant