Description
Arbitrary-precision integers and rational numbers can be used in OCaml 4 programs. This helps developers write mathematical, symbolic, or exact-calculation code without relying on fixed-size numeric limits.
It is a development library that used to be part of the OCaml core distribution. Users usually receive it as a dependency of software that needs exact arithmetic.