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
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
TODOin runtests.jlImplementation Language
Julia