slackbuilds_ponce/development/ocaml-num/README
Nick Smallbone d8b589c805
development/ocaml-num: Added (arbitrary precision arithmetic).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-02 11:23:15 +07:00

6 lines
241 B
Text

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.