package zarith
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Implements arithmetic and logical operations over arbitrary-precision integers
Install
dune-project
Dependency
Authors
Maintainers
Sources
release-1.14.tar.gz
sha256=5db9dcbd939153942a08581fabd846d0f3f2b8c67fe68b855127e0472d4d1859
sha512=8a7f3e82dfa5699c8dda54dd5398c712f3ac4fe04f5208d43d8ba198fb8152de5f91cbb59c15c0a4ba010d4dfcc79f52e405bdd0abbf2798167e9e4216bcb3dd
doc/zarith/Big_int_Z/index.html
Module Big_int_Z
Big_int interface for Z module.
This modules provides an interface compatible with Big_int, but using Z functions internally.
This file is part of the Zarith library http://forge.ocamlcore.org/projects/zarith . It is distributed under LGPL 2 licensing, with static linking exception. See the LICENSE file included in the distribution.
Copyright (c) 2010-2011 Antoine Miné, Abstraction project. Abstraction is part of the LIENS (Laboratoire d'Informatique de l'ENS), a joint laboratory by: CNRS (Centre national de la recherche scientifique, France), ENS (École normale supérieure, Paris, France), INRIA Rocquencourt (Institut national de recherche en informatique, France).
type big_int = Z.tval zero_big_int : Z.tval unit_big_int : Z.tval power_int_positive_int : int -> int -> Z.tval sign_big_int : Z.t -> intval num_digits_big_int : Z.t -> intval string_of_big_int : Z.t -> stringval big_int_of_string : string -> Z.tval big_int_of_int : int -> Z.tval is_int_big_int : Z.t -> boolval int_of_big_int : Z.t -> intval big_int_of_int32 : int32 -> Z.tval big_int_of_nativeint : nativeint -> Z.tval big_int_of_int64 : int64 -> Z.tval int32_of_big_int : Z.t -> int32val nativeint_of_big_int : Z.t -> nativeintval int64_of_big_int : Z.t -> int64val float_of_big_int : Z.t -> floatval big_int_of_float : float -> Z.t sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>