Skip to content

Commit efbbc83

Browse files
authored
Update README.md
1 parent 5521450 commit efbbc83

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Requirements
2222
not forget `make opt` if you are building from source code).
2323
A recommended way to install OCaml is with [OPAM](https://opam.ocaml.org/doc/Install.html)
2424

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+
2529
- (Included) Interval computation library for OCaml. It is distributed with
2630
FPTaylor (see [INTERVAL](INTERVAL)). There is also an alternative
2731
interval arithmetic library in [simple_interval](simple_interval)

0 commit comments

Comments
 (0)