Skip to content

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

Open
@fingolfin

Description

@fingolfin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions