OCaml legacy Num library for arbitrary-precision arithmetic
OCaml legacy Num library for arbitrary-precision arithmetic
ocamlnum$ ocamlc -I +num num.cma myprogram.ml -o myprogram$ ocaml
#require "num";;
open Num;;
let x = num_of_int 12345678901234567890;;$ ocamlfind ocamlc -package num -linkpkg myprogram.ml -o myprogram