# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| 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: