README 241 B

1234567
  1. Num is an OCaml library for arbitrary-precision arithmetic.
  2. It provides arbitrary-precision integers ("bignums")
  3. and rational numbers.
  4. Num used to be part of the OCaml standard library, but in
  5. OCaml 4.06 it was moved to a separate package.