= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Implements arithmetic and logical operations over arbitrary-precision integers
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 }">
Authors
Maintainers
Sources
release-1.7.tar.gz
md5=80944e2755ebb848451a77dc2ad0651b
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.
Published: 16 Oct 2017
Dependencies (5)
-
ocamlfind
build
-
zarith
= "1.7"
-
gmp-xen
> "6.0.0"
- mirage-xen-posix
- ocaml
Dev Dependencies
-
None
Used by (2)
-
mirage-crypto-pk
< "0.8.6"
-
nocrypto
>= "0.4.0"
Conflicts
-
None
On This Page