Implements arithmetic and logical operations over arbitrary-precision integers
Description
The Zarith library implements arithmetic and logical operations over arbitrary-precision integers. It uses GMP to efficiently implement arithmetic over big integers. Small integers are represented as Caml unboxed integers, for speed and space economy.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Last Published
- 03 Mar 2021
- Authors
- Maintainers
Sources
release-1.12.tar.gz
md5=bf368f3d9e20b6b446d54681afc05a04
sha512=8075573ae65579a2606b37dd1b213032a07d220d28c733f9288ae80d36f8a2cc4d91632806df2503c130ea9658dc207ee3a64347c21aa53969050a208f5b2bb4
Dependencies
conf-pkg-config
build
ocamlfind
build
zarith
= "1.12"
gmp-freestanding
>= "6.1.2-2"
ocaml-freestanding
>= "0.4.1" & < "0.7.0"
Reverse Dependencies
nocrypto
>= "0.5.4"