mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
253 B
Plaintext
5 lines
253 B
Plaintext
The Zarith library implements arithmetic and logical operations over
|
|
arbitrary precision numbers. It uses GMP to efficiently implement
|
|
arithmetic over large numbers. Small integers are represented as Caml
|
|
unboxed integers for speed and space economy.
|