Skip to content
/ root1d Public

Collection of functions to find roots of functions float → float. Pure OCaml code.

License

Notifications You must be signed in to change notification settings

Chris00/root1d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Integration

Root1D — Find roots of 1D functions

The module Root1D provides a collection of functions to seek roots of functions float → float.

Installation

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.

Documentation

See the signature of Root1D. It can also be consulted rendered to HTML.