summaryrefslogtreecommitdiffstats
path: root/development/ocaml-num/README
blob: c6039f776c75c9ec4ba70e4eee85cddbbd047150 (plain) (blame)
1
2
3
4
5
6
Num is an OCaml library for arbitrary-precision arithmetic.
It provides arbitrary-precision integers ("bignums")
and rational numbers.

Num used to be part of the OCaml standard library, but in
OCaml 4.06 it was moved to a separate package.