integer icon indicating copy to clipboard operation
integer copied to clipboard

A drop-in "bigint" C++ class

Results 2 integer issues
Sort by recently updated
recently updated
newest added

FFT struggles when multiplying 2048bit numbers, I tried to replace it with karatsuba as described in the `readme`, and it just seg-faulted. Have you tried benchmarking the basic arithmetic operations?

I'm getting an ambiguity with clang. This is actually on a fork I made to prepare for shared library visibility stuff: ``` + /usr/bin/clang++ -c -std=c++14 -D_POSIX -w -fno-common -fvisibility=hidden...