Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Big_int_ZBig_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 -> float