BigNums.jl

A try at implementing a pure julia version of arbitrarily sized integers.
Author Seelengrab
Popularity
10 Stars
Updated Last
1 Year Ago
Started In
March 2019

This repo contains efforts towards a pure julia BigNum implementation.

In order to run the tests from runtests.jl, make sure you have PropCheck available. You can get it here.