The module Root1D
provides a collection of functions to seek roots
of functions float → float
.
The easier way of installing this package is by using opam:
opam install root1d
To compile by hand, install dune and do dune build @install
.
See the signature of Root1D
. It can also be
consulted rendered to HTML.