Module Gmp41


module Gmp41: sig  end
modified by
Author(s): Harald Ruess


type rounding_mode =
| GMP_RNDN
| GMP_RNDZ
| GMP_RNDU
| GMP_RNDD

exception Unimplemented of string
module RNG: sig  end
module Z2: sig  end
module Z: sig  end
module Q: sig  end
val get_gmp_runtime_version : unit -> string
val get_gmp_compile_version : unit -> int * int * int