Hi,
i tried to implement an arbitrary precision data type for unsigend integers.
It's not fast, but it works fine with addition, substraction, increment, decreme
nt, comparison as well as right-shift and left-shift. The only problem is divisi
on, it's much harder than i thought. When i finished programming the division al
gorithm, i will submit the program to code cogs.
robert
Login