Hi All, I am not sure if this is a reasonable question. Does OCaml already have functions that do convertion between arbitrary-precision integers big_int in OCaml and any representation of large intergers in C? The implementation of big_int (otherlibs/num/big_int.*) uses nat (otherlibs/num/nat.*). Nat is a customized allocation (in C) as a list of native integers to represent arbitrary-precision. So converting big_int into C seems possible to me.
Thanks. -- Jianzhou _______________________________________________ Caml-list mailing list. Subscription management: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Archives: http://caml.inria.fr Beginner's list: http://groups.yahoo.com/group/ocaml_beginners Bug reports: http://caml.inria.fr/bin/caml-bugs