Skip to content

Julia: support arbitrary integers #342

@Skenvy

Description

@Skenvy

What would you like to be added?

Support for arbitrary integers. See the julia docs on "Arbitrary Precision Arithmetic" -- which uses gmp (similar to how the R implementation relies on gmp) to support BigInt

Why is this needed?

At the moment the julia implementation doesn't support arbitrary integers. Supporting arbitrary integers for each implementation is an overall goal of this project. See this test that is still a TODO in runtests.jl

Implementation Language

Julia

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions