module Gmp41: sig endtype rounding_mode =
| |
GMP_RNDN |
| |
GMP_RNDZ |
| |
GMP_RNDU |
| |
GMP_RNDD |
exception Unimplemented of string
module RNG: sig endmodule Z2: sig endmodule Z: sig endmodule Q: sig endval get_gmp_runtime_version : unit -> stringval get_gmp_compile_version : unit -> int * int * int