We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5521450 commit efbbc83Copy full SHA for efbbc83
README.md
@@ -22,6 +22,10 @@ Requirements
22
not forget `make opt` if you are building from source code).
23
A recommended way to install OCaml is with [OPAM](https://opam.ocaml.org/doc/Install.html)
24
25
+- (Required for OCaml >= 4.06) [OCaml Num library](https://github.com/ocaml/num).
26
+ This library is included in OCaml < 4.05. For other OCaml versions it can be installed
27
+ with `opam install num`.
28
+
29
- (Included) Interval computation library for OCaml. It is distributed with
30
FPTaylor (see [INTERVAL](INTERVAL)). There is also an alternative
31
interval arithmetic library in [simple_interval](simple_interval)
0 commit comments