OCaml library for arbitrary-precision arithmetic operations
OCaml library for arbitrary-precision arithmetic
ocaml-zarith$ ocaml
#require "zarith";;
let x = Z.of_int 12345678901234567890;;
Z.to_string x;;$ ocamlfind ocamlopt -package zarith -linkpkg -o myapp myapp.ml$ ocamlfind query -format '%d' zarith