ocaml-num: ocaml-num (arbitrary precision arithmetic for OCaml)
ocaml-num:
ocaml-num: Num is an OCaml library for arbitrary-precision arithmetic.
ocaml-num: It provides arbitrary-precision integers ("bignums")
ocaml-num: and rational numbers.
ocaml-num:
ocaml-num: Num used to be part of the OCaml standard library, but in
ocaml-num: OCaml 4.06 it was moved to a separate package.
ocaml-num:
ocaml-num: Home page: https://github.com/ocaml/num
ocaml-num: