The legacy Num library
https://opam.ocaml.org/packages/numThis library implements arbitrary-precision arithmetic on big integers and on rationals.
This is a legacy library. It used to be part of the core OCaml distribution (in otherlibs/num) but is now distributed separately. New applications that need arbitrary-precision arithmetic should use the Zarith library (https://github.com/ocaml/Zarith) instead of the Num library, and older applications that already use Num are encouraged to switch to Zarith. Zarith delivers much better performance than Num and has a nicer API.
- Developed at devel:languages:ocaml
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000702 702 Bytes | 11 months |
ocaml-num-1.3.tar.xz | 0000054716 53.4 KB | 11 months |
ocaml-num.changes | 0000000139 139 Bytes | 11 months |
ocaml-num.spec | 0000002261 2.21 KB | 11 months |
Comments for ocaml-num 0