package root1d

  1. Overview
  2. Docs

Description

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 bu hand, install jbuilder and do jbuilder build.

Documentation

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

Tags

scientfic root finding

Published: 14 Aug 2017

README

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 bu hand, install jbuilder and do jbuilder build.

Documentation

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

Dependencies (3)

  1. jbuilder >= "1.0+beta9"
  2. ocamlfind build
  3. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. benchmark with-test

Used by

None

Conflicts

None